#C45464

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

Shades of Cabaret #C45464

Tints of Cabaret #C45464

Color information

#C45464 (or 0xC45464) is unknown color: approx Cabaret. HEX triplet: C4, 54 and 64. RGB value is (196,84,100). Sum of RGB (Red+Green+Blue) = 196+84+100=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C45464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45464 is #3BAB9B. Grayscale: #777777. Windows color (decimal): -3910556 or 6575300. OLE color: 6575300.

HSL color Cylindrical-coordinate representation of color #C45464: hue angle of 351.43º 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 #C45464 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB19684100-
CMYK00.570.490.23
HSL351.43º48.7%54.9%-
HSV(B)351.43º57.14%76.86%-
XYZ28.241914.24-
YUV119.31117.11182.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.58%
GREEN value IS 84 (33.20% from 255) = 22.11%
BLUE value IS 100 (39.45% from 255) = 26.32%
R=51.58%
G=22.11%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968410000.570.490.23351.4348.754.9
HexC45464039311715f3137
Octal30412414407161275376167
Binary1100010010101001100100011100111000110111101011111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45464; }

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

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

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

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

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

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

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

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