#C86874

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

Shades of Cabaret #C86874

Tints of Cabaret #C86874

Color information

#C86874 (or 0xC86874) is unknown color: approx Cabaret. HEX triplet: C8, 68 and 74. RGB value is (200,104,116). Sum of RGB (Red+Green+Blue) = 200+104+116=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C86874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86874 is #37978B. Grayscale: #868686. Windows color (decimal): -3643276 or 7629000. OLE color: 7629000.

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

Color convert

RGB200104116-
CMYK00.480.420.22
HSL352.5º46.6%59.61%-
HSV(B)352.5º48%78.43%-
XYZ31.9223.4419.37-
YUV134.07117.8175.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.62%
GREEN value IS 104 (41.02% from 255) = 24.76%
BLUE value IS 116 (45.70% from 255) = 27.62%
R=47.62%
G=24.76%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010411600.480.420.22352.546.659.61
HexC868740302A161602f3c
Octal31015016406052265405774
Binary1100100011010001110100011000010101010110101100000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86874; }

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

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

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

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

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

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

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

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