#C45465

Color #C45465 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #C45465

Tints of Cabaret #C45465

Color information

#C45465 (or 0xC45465) is unknown color: approx Cabaret. HEX triplet: C4, 54 and 65. RGB value is (196,84,101). Sum of RGB (Red+Green+Blue) = 196+84+101=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C45465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45465 is #3BAB9A. Grayscale: #777777. Windows color (decimal): -3910555 or 6640836. OLE color: 6640836.

HSL color Cylindrical-coordinate representation of color #C45465: hue angle of 350.89º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45465 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB19684101-
CMYK00.570.480.23
HSL350.89º48.7%54.9%-
HSV(B)350.89º57.14%76.86%-
XYZ28.2819.0214.49-
YUV119.43117.61182.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 51.44%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 101 (39.84% from 255) = 26.51%
R=51.44%
G=22.05%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968410100.570.480.23350.8948.754.9
HexC45465039301715f3137
Octal30412414507160275376167
Binary1100010010101001100101011100111000010111101011111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45465; }

 p { color: rgb(196,84,101); }

 H1.HeaderClassName
 {
   color: #C45465;
 }
 .AnyTagClassName
 {
   color: #C45465;
 }
</style>
background-color css

<style>
 a { background-color: #C45465; }

 a { background-color: rgb(196,84,101); }

 div.DivClassName
 {
   background-color: #C45465;
 }
 .BgClassName
 {
   background-color: #C45465;
 }
</style>
border-color css

<style>
 span { border-color: #C45465; }

 span { border-color: rgb(196,84,101); }

 td.TdClassName
 {
   border-color: #C45465;
 }
 .TagClassName
 {
   border-color: #C45465;
 }
</style>