#C56C70

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

Shades of Cabaret #C56C70

Tints of Cabaret #C56C70

Color information

#C56C70 (or 0xC56C70) is unknown color: approx Cabaret. HEX triplet: C5, 6C and 70. RGB value is (197,108,112). Sum of RGB (Red+Green+Blue) = 197+108+112=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56C70 is #3A938F. Grayscale: #878787. Windows color (decimal): -3838864 or 7367877. OLE color: 7367877.

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

Color convert

RGB197108112-
CMYK00.450.430.23
HSL357.3º43.41%59.8%-
HSV(B)357.3º45.18%77.25%-
XYZ31.3123.7718.27-
YUV135.07114.99172.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.24%
GREEN value IS 108 (42.58% from 255) = 25.90%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=47.24%
G=25.90%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710811200.450.430.23357.343.4159.8
HexC56C7002D2B171652b3c
Octal30515416005553275455374
Binary1100010111011001110000010110110101110111101100101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56C70; }

 p { color: rgb(197,108,112); }

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

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

 a { background-color: rgb(197,108,112); }

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

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

 span { border-color: rgb(197,108,112); }

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