#C56771

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

Shades of Cabaret #C56771

Tints of Cabaret #C56771

Color information

#C56771 (or 0xC56771) is unknown color: approx Cabaret. HEX triplet: C5, 67 and 71. RGB value is (197,103,113). Sum of RGB (Red+Green+Blue) = 197+103+113=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C56771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56771 is #3A988E. Grayscale: #848484. Windows color (decimal): -3840143 or 7432133. OLE color: 7432133.

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

Color convert

RGB197103113-
CMYK00.480.430.23
HSL353.62º44.76%58.82%-
HSV(B)353.62º47.72%77.25%-
XYZ30.8622.7618.39-
YUV132.25117.14174.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.70%
GREEN value IS 103 (40.62% from 255) = 24.94%
BLUE value IS 113 (44.53% from 255) = 27.36%
R=47.70%
G=24.94%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710311300.480.430.23353.6244.7658.82
HexC567710302B171622d3b
Octal30514716106053275425573
Binary1100010111001111110001011000010101110111101100010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56771; }

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

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

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

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

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

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

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

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