#C86876

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

Shades of Cabaret #C86876

Tints of Cabaret #C86876

Color information

#C86876 (or 0xC86876) is unknown color: approx Cabaret. HEX triplet: C8, 68 and 76. RGB value is (200,104,118). Sum of RGB (Red+Green+Blue) = 200+104+118=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C86876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86876 is #379789. Grayscale: #868686. Windows color (decimal): -3643274 or 7760072. OLE color: 7760072.

HSL color Cylindrical-coordinate representation of color #C86876: hue angle of 351.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86876 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB200104118-
CMYK00.480.410.22
HSL351.25º46.6%59.61%-
HSV(B)351.25º48%78.43%-
XYZ32.0423.4919.98-
YUV134.3118.8174.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.39%
GREEN value IS 104 (41.02% from 255) = 24.64%
BLUE value IS 118 (46.48% from 255) = 27.96%
R=47.39%
G=24.64%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010411800.480.410.22351.2546.659.61
HexC86876030291615f2f3c
Octal31015016606051265375774
Binary1100100011010001110110011000010100110110101011111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86876; }

 p { color: rgb(200,104,118); }

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

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

 a { background-color: rgb(200,104,118); }

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

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

 span { border-color: rgb(200,104,118); }

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