#C56973

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

Shades of Cabaret #C56973

Tints of Cabaret #C56973

Color information

#C56973 (or 0xC56973) is unknown color: approx Cabaret. HEX triplet: C5, 69 and 73. RGB value is (197,105,115). Sum of RGB (Red+Green+Blue) = 197+105+115=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C56973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56973 is #3A968C. Grayscale: #858585. Windows color (decimal): -3839629 or 7563717. OLE color: 7563717.

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

Color convert

RGB197105115-
CMYK00.470.420.23
HSL353.48º44.23%59.22%-
HSV(B)353.48º46.7%77.25%-
XYZ31.1723.2119.06-
YUV133.65117.48173.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.24%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 115 (45.31% from 255) = 27.58%
R=47.24%
G=25.18%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710511500.470.420.23353.4844.2359.22
HexC5697302F2A171612c3b
Octal30515116305752275415473
Binary1100010111010011110011010111110101010111101100001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56973; }

 p { color: rgb(197,105,115); }

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

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

 a { background-color: rgb(197,105,115); }

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

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

 span { border-color: rgb(197,105,115); }

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