#C85866

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

Shades of Cabaret #C85866

Tints of Cabaret #C85866

Color information

#C85866 (or 0xC85866) is unknown color: approx Cabaret. HEX triplet: C8, 58 and 66. RGB value is (200,88,102). Sum of RGB (Red+Green+Blue) = 200+88+102=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C85866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85866 is #37A799. Grayscale: #7B7B7B. Windows color (decimal): -3647386 or 6707400. OLE color: 6707400.

HSL color Cylindrical-coordinate representation of color #C85866: hue angle of 352.5º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85866 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB20088102-
CMYK00.560.490.22
HSL352.5º50.45%56.47%-
HSV(B)352.5º56%78.43%-
XYZ29.7120.2214.91-
YUV123.08116.11182.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.28%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=51.28%
G=22.56%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008810200.560.490.22352.550.4556.47
HexC8586603831161603238
Octal31013014607061265406270
Binary1100100010110001100110011100011000110110101100000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85866; }

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

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

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

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

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

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

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

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