#C45766

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

Shades of Cabaret #C45766

Tints of Cabaret #C45766

Color information

#C45766 (or 0xC45766) is unknown color: approx Cabaret. HEX triplet: C4, 57 and 66. RGB value is (196,87,102). Sum of RGB (Red+Green+Blue) = 196+87+102=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C45766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45766 is #3BA899. Grayscale: #797979. Windows color (decimal): -3909786 or 6707140. OLE color: 6707140.

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

Color convert

RGB19687102-
CMYK00.560.480.23
HSL351.74º48.02%55.49%-
HSV(B)351.74º55.61%76.86%-
XYZ28.5719.5114.83-
YUV121.3117.11181.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.91%
GREEN value IS 87 (34.38% from 255) = 22.60%
BLUE value IS 102 (40.23% from 255) = 26.49%
R=50.91%
G=22.60%
B=26.49%

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
Decimal1968710200.560.480.23351.7448.0255.49
HexC4576603830171603037
Octal30412714607060275406067
Binary1100010010101111100110011100011000010111101100000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45766; }

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

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

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

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

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

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

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

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