#C56479

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

Shades of Cabaret #C56479

Tints of Cabaret #C56479

Color information

#C56479 (or 0xC56479) is unknown color: approx Cabaret. HEX triplet: C5, 64 and 79. RGB value is (197,100,121). Sum of RGB (Red+Green+Blue) = 197+100+121=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C56479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56479 is #3A9B86. Grayscale: #838383. Windows color (decimal): -3840903 or 7955653. OLE color: 7955653.

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

Color convert

RGB197100121-
CMYK00.490.390.23
HSL347.01º45.54%58.24%-
HSV(B)347.01º49.24%77.25%-
XYZ31.0322.3720.77-
YUV131.4122.14174.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.13%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=47.13%
G=23.92%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710012100.490.390.23347.0145.5458.24
HexC56479031271715b2e3a
Octal30514417106147275335672
Binary1100010111001001111001011000110011110111101011011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56479; }

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

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

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

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

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

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

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

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