#C86373

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

Shades of Cabaret #C86373

Tints of Cabaret #C86373

Color information

#C86373 (or 0xC86373) is unknown color: approx Cabaret. HEX triplet: C8, 63 and 73. RGB value is (200,99,115). Sum of RGB (Red+Green+Blue) = 200+99+115=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C86373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86373 is #379C8C. Grayscale: #838383. Windows color (decimal): -3644557 or 7562184. OLE color: 7562184.

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

Color convert

RGB20099115-
CMYK00.500.420.22
HSL350.5º47.87%58.63%-
HSV(B)350.5º50.5%78.43%-
XYZ31.3822.4418.9-
YUV131.02118.96177.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.31%
GREEN value IS 99 (39.06% from 255) = 23.91%
BLUE value IS 115 (45.31% from 255) = 27.78%
R=48.31%
G=23.91%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009911500.500.420.22350.547.8758.63
HexC863730322A1615e303b
Octal31014316306252265366073
Binary1100100011000111110011011001010101010110101011110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86373; }

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

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

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

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

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

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

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

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