#C56472

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

Shades of Cabaret #C56472

Tints of Cabaret #C56472

Color information

#C56472 (or 0xC56472) is unknown color: approx Cabaret. HEX triplet: C5, 64 and 72. RGB value is (197,100,114). Sum of RGB (Red+Green+Blue) = 197+100+114=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C56472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56472 is #3A9B8D. Grayscale: #828282. Windows color (decimal): -3840910 or 7496901. OLE color: 7496901.

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

Color convert

RGB197100114-
CMYK00.490.420.23
HSL351.34º45.54%58.24%-
HSV(B)351.34º49.24%77.25%-
XYZ30.6222.218.59-
YUV130.6118.64175.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.93%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 114 (44.92% from 255) = 27.74%
R=47.93%
G=24.33%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710011400.490.420.23351.3445.5458.24
HexC564720312A1715f2e3a
Octal30514416206152275375672
Binary1100010111001001110010011000110101010111101011111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56472; }

 p { color: rgb(197,100,114); }

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

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

 a { background-color: rgb(197,100,114); }

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

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

 span { border-color: rgb(197,100,114); }

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