#C45866

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

Shades of Cabaret #C45866

Tints of Cabaret #C45866

Color information

#C45866 (or 0xC45866) is unknown color: approx Cabaret. HEX triplet: C4, 58 and 66. RGB value is (196,88,102). Sum of RGB (Red+Green+Blue) = 196+88+102=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C45866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45866 is #3BA799. Grayscale: #797979. Windows color (decimal): -3909530 or 6707396. OLE color: 6707396.

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

Color convert

RGB19688102-
CMYK00.550.480.23
HSL352.22º47.79%55.69%-
HSV(B)352.22º55.1%76.86%-
XYZ28.6519.6714.86-
YUV121.89116.78180.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.78%
GREEN value IS 88 (34.77% from 255) = 22.80%
BLUE value IS 102 (40.23% from 255) = 26.42%
R=50.78%
G=22.80%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968810200.550.480.23352.2247.7955.69
HexC4586603730171603038
Octal30413014606760275406070
Binary1100010010110001100110011011111000010111101100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45866; }

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

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

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

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

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

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

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

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