#C56176

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

Shades of Cabaret #C56176

Tints of Cabaret #C56176

Color information

#C56176 (or 0xC56176) is unknown color: approx Cabaret. HEX triplet: C5, 61 and 76. RGB value is (197,97,118). Sum of RGB (Red+Green+Blue) = 197+97+118=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C56176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56176 is #3A9E89. Grayscale: #818181. Windows color (decimal): -3841674 or 7758277. OLE color: 7758277.

HSL color Cylindrical-coordinate representation of color #C56176: hue angle of 347.4º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56176 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB19797118-
CMYK00.510.400.23
HSL347.4º46.3%57.65%-
HSV(B)347.4º50.76%77.25%-
XYZ30.5721.7319.72-
YUV129.29121.63176.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.82%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 118 (46.48% from 255) = 28.64%
R=47.82%
G=23.54%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979711800.510.400.23347.446.357.65
HexC56176033281715b2e3a
Octal30514116606350275335672
Binary1100010111000011110110011001110100010111101011011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56176; }

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

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

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

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

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

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

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

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