#C56379

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

Shades of Cabaret #C56379

Tints of Cabaret #C56379

Color information

#C56379 (or 0xC56379) is unknown color: approx Cabaret. HEX triplet: C5, 63 and 79. RGB value is (197,99,121). Sum of RGB (Red+Green+Blue) = 197+99+121=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C56379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56379 is #3A9C86. Grayscale: #828282. Windows color (decimal): -3841159 or 7955397. OLE color: 7955397.

HSL color Cylindrical-coordinate representation of color #C56379: hue angle of 346.53º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56379 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB19799121-
CMYK00.500.390.23
HSL346.53º45.79%58.04%-
HSV(B)346.53º49.75%77.25%-
XYZ30.9422.1720.74-
YUV130.81122.47175.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.24%
GREEN value IS 99 (39.06% from 255) = 23.74%
BLUE value IS 121 (47.66% from 255) = 29.02%
R=47.24%
G=23.74%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979912100.500.390.23346.5345.7958.04
HexC56379032271715b2e3a
Octal30514317106247275335672
Binary1100010111000111111001011001010011110111101011011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56379; }

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

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

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

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

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

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

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

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