#C86177

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

Shades of Cabaret #C86177

Tints of Cabaret #C86177

Color information

#C86177 (or 0xC86177) is unknown color: approx Cabaret. HEX triplet: C8, 61 and 77. RGB value is (200,97,119). Sum of RGB (Red+Green+Blue) = 200+97+119=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C86177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86177 is #379E88. Grayscale: #828282. Windows color (decimal): -3645065 or 7823816. OLE color: 7823816.

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

Color convert

RGB20097119-
CMYK00.520.400.22
HSL347.18º48.36%58.24%-
HSV(B)347.18º51.5%78.43%-
XYZ31.4222.1620.07-
YUV130.3121.62177.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.08%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 119 (46.88% from 255) = 28.61%
R=48.08%
G=23.32%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009711900.520.400.22347.1848.3658.24
HexC86177034281615b303a
Octal31014116706450265336072
Binary1100100011000011110111011010010100010110101011011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86177; }

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

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

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

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

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

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

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

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