#C56475

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

Shades of Cabaret #C56475

Tints of Cabaret #C56475

Color information

#C56475 (or 0xC56475) is unknown color: approx Cabaret. HEX triplet: C5, 64 and 75. RGB value is (197,100,117). Sum of RGB (Red+Green+Blue) = 197+100+117=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C56475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56475 is #3A9B8A. Grayscale: #828282. Windows color (decimal): -3840907 or 7693509. OLE color: 7693509.

HSL color Cylindrical-coordinate representation of color #C56475: hue angle of 349.48º 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 #C56475 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB197100117-
CMYK00.490.410.23
HSL349.48º45.54%58.24%-
HSV(B)349.48º49.24%77.25%-
XYZ30.7922.2719.5-
YUV130.94120.14175.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.58%
GREEN value IS 100 (39.45% from 255) = 24.15%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=47.58%
G=24.15%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710011700.490.410.23349.4845.5458.24
HexC56475031291715d2e3a
Octal30514416506151275355672
Binary1100010111001001110101011000110100110111101011101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56475; }

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

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

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

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

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

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

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

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