#C86176

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

Shades of Cabaret #C86176

Tints of Cabaret #C86176

Color information

#C86176 (or 0xC86176) is unknown color: approx Cabaret. HEX triplet: C8, 61 and 76. RGB value is (200,97,118). Sum of RGB (Red+Green+Blue) = 200+97+118=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C86176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86176 is #379E89. Grayscale: #828282. Windows color (decimal): -3645066 or 7758280. OLE color: 7758280.

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

Color convert

RGB20097118-
CMYK00.520.410.22
HSL347.77º48.36%58.24%-
HSV(B)347.77º51.5%78.43%-
XYZ31.3622.1419.76-
YUV130.19121.12177.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.19%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 118 (46.48% from 255) = 28.43%
R=48.19%
G=23.37%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009711800.520.410.22347.7748.3658.24
HexC86176034291615c303a
Octal31014116606451265346072
Binary1100100011000011110110011010010100110110101011100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86176; }

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

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

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

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

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

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

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

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