#C56A71

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

Shades of Cabaret #C56A71

Tints of Cabaret #C56A71

Color information

#C56A71 (or 0xC56A71) is unknown color: approx Cabaret. HEX triplet: C5, 6A and 71. RGB value is (197,106,113). Sum of RGB (Red+Green+Blue) = 197+106+113=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56A71 is #3A958E. Grayscale: #868686. Windows color (decimal): -3839375 or 7432901. OLE color: 7432901.

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

Color convert

RGB197106113-
CMYK00.460.430.23
HSL355.38º43.96%59.41%-
HSV(B)355.38º46.19%77.25%-
XYZ31.1623.3718.49-
YUV134.01116.15172.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.36%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 113 (44.53% from 255) = 27.16%
R=47.36%
G=25.48%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710611300.460.430.23355.3843.9659.41
HexC56A7102E2B171632c3b
Octal30515216105653275435473
Binary1100010111010101110001010111010101110111101100011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56A71; }

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

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

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

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

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

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

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

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