#C86973

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

Shades of Cabaret #C86973

Tints of Cabaret #C86973

Color information

#C86973 (or 0xC86973) is unknown color: approx Cabaret. HEX triplet: C8, 69 and 73. RGB value is (200,105,115). Sum of RGB (Red+Green+Blue) = 200+105+115=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C86973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86973 is #37968C. Grayscale: #868686. Windows color (decimal): -3643021 or 7563720. OLE color: 7563720.

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

Color convert

RGB200105115-
CMYK00.480.420.22
HSL353.68º46.34%59.8%-
HSV(B)353.68º47.5%78.43%-
XYZ31.9723.6219.09-
YUV134.55116.97174.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.62%
GREEN value IS 105 (41.41% from 255) = 25%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=47.62%
G=25%
B=27.38%

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
Decimal20010511500.480.420.22353.6846.3459.8
HexC869730302A161622e3c
Octal31015116306052265425674
Binary1100100011010011110011011000010101010110101100010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86973; }

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

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

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

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

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

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

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

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