#C86A73

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

Shades of Cabaret #C86A73

Tints of Cabaret #C86A73

Color information

#C86A73 (or 0xC86A73) is unknown color: approx Cabaret. HEX triplet: C8, 6A and 73. RGB value is (200,106,115). Sum of RGB (Red+Green+Blue) = 200+106+115=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86A73 is #37958C. Grayscale: #878787. Windows color (decimal): -3642765 or 7563976. OLE color: 7563976.

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

Color convert

RGB200106115-
CMYK00.470.420.22
HSL354.26º46.08%60%-
HSV(B)354.26º47%78.43%-
XYZ32.0723.8319.13-
YUV135.13116.64174.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.51%
GREEN value IS 106 (41.80% from 255) = 25.18%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=47.51%
G=25.18%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010611500.470.420.22354.2646.0860
HexC86A7302F2A161622e3c
Octal31015216305752265425674
Binary1100100011010101110011010111110101010110101100010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86A73; }

 p { color: rgb(200,106,115); }

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

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

 a { background-color: rgb(200,106,115); }

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

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

 span { border-color: rgb(200,106,115); }

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