#C56071

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

Shades of Cabaret #C56071

Tints of Cabaret #C56071

Color information

#C56071 (or 0xC56071) is unknown color: approx Cabaret. HEX triplet: C5, 60 and 71. RGB value is (197,96,113). Sum of RGB (Red+Green+Blue) = 197+96+113=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C56071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56071 is #3A9F8E. Grayscale: #808080. Windows color (decimal): -3841935 or 7430341. OLE color: 7430341.

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

Color convert

RGB19796113-
CMYK00.510.430.23
HSL349.9º46.54%57.45%-
HSV(B)349.9º51.27%77.25%-
XYZ30.1921.4318.17-
YUV128.14119.46177.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.52%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 113 (44.53% from 255) = 27.83%
R=48.52%
G=23.65%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979611300.510.430.23349.946.5457.45
HexC560710332B1715e2f39
Octal30514016106353275365771
Binary1100010111000001110001011001110101110111101011110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56071; }

 p { color: rgb(197,96,113); }

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

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

 a { background-color: rgb(197,96,113); }

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

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

 span { border-color: rgb(197,96,113); }

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