#C4496C

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

Shades of Cabaret #C4496C

Tints of Cabaret #C4496C

Color information

#C4496C (or 0xC4496C) is unknown color: approx Cabaret. HEX triplet: C4, 49 and 6C. RGB value is (196,73,108). Sum of RGB (Red+Green+Blue) = 196+73+108=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C4496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4496C is #3BB693. Grayscale: #717171. Windows color (decimal): -3913364 or 7096772. OLE color: 7096772.

HSL color Cylindrical-coordinate representation of color #C4496C: hue angle of 342.93º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4496C is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB19673108-
CMYK00.630.450.23
HSL342.93º51.04%52.75%-
HSV(B)342.93º62.76%76.86%-
XYZ27.8517.5816.11-
YUV113.77124.75186.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.99%
GREEN value IS 73 (28.91% from 255) = 19.36%
BLUE value IS 108 (42.58% from 255) = 28.65%
R=51.99%
G=19.36%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967310800.630.450.23342.9351.0452.75
HexC4496C03F2D171573335
Octal30411115407755275276365
Binary1100010010010011101100011111110110110111101010111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4496C; }

 p { color: rgb(196,73,108); }

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

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

 a { background-color: rgb(196,73,108); }

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

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

 span { border-color: rgb(196,73,108); }

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