#C86175

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

Shades of Cabaret #C86175

Tints of Cabaret #C86175

Color information

#C86175 (or 0xC86175) is unknown color: approx Cabaret. HEX triplet: C8, 61 and 75. RGB value is (200,97,117). Sum of RGB (Red+Green+Blue) = 200+97+117=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C86175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86175 is #379E8A. Grayscale: #828282. Windows color (decimal): -3645067 or 7692744. OLE color: 7692744.

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

Color convert

RGB20097117-
CMYK00.520.420.22
HSL348.35º48.36%58.24%-
HSV(B)348.35º51.5%78.43%-
XYZ31.322.1119.45-
YUV130.08120.62177.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.31%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=48.31%
G=23.43%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009711700.520.420.22348.3548.3658.24
HexC861750342A1615c303a
Octal31014116506452265346072
Binary1100100011000011110101011010010101010110101011100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86175; }

 p { color: rgb(200,97,117); }

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

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

 a { background-color: rgb(200,97,117); }

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

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

 span { border-color: rgb(200,97,117); }

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