#C45666

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

Shades of Cabaret #C45666

Tints of Cabaret #C45666

Color information

#C45666 (or 0xC45666) is unknown color: approx Cabaret. HEX triplet: C4, 56 and 66. RGB value is (196,86,102). Sum of RGB (Red+Green+Blue) = 196+86+102=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C45666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45666 is #3BA999. Grayscale: #787878. Windows color (decimal): -3910042 or 6706884. OLE color: 6706884.

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

Color convert

RGB19686102-
CMYK00.560.480.23
HSL351.27º48.25%55.29%-
HSV(B)351.27º56.12%76.86%-
XYZ28.4919.3514.8-
YUV120.71117.44181.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.04%
GREEN value IS 86 (33.98% from 255) = 22.40%
BLUE value IS 102 (40.23% from 255) = 26.56%
R=51.04%
G=22.40%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968610200.560.480.23351.2748.2555.29
HexC45666038301715f3037
Octal30412614607060275376067
Binary1100010010101101100110011100011000010111101011111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45666; }

 p { color: rgb(196,86,102); }

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

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

 a { background-color: rgb(196,86,102); }

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

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

 span { border-color: rgb(196,86,102); }

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