#C5576E

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

Shades of Cabaret #C5576E

Tints of Cabaret #C5576E

Color information

#C5576E (or 0xC5576E) is unknown color: approx Cabaret. HEX triplet: C5, 57 and 6E. RGB value is (197,87,110). Sum of RGB (Red+Green+Blue) = 197+87+110=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5576E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5576E is #3AA891. Grayscale: #7A7A7A. Windows color (decimal): -3844242 or 7231429. OLE color: 7231429.

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

Color convert

RGB19787110-
CMYK00.560.440.23
HSL347.45º48.67%55.69%-
HSV(B)347.45º55.84%77.25%-
XYZ29.2519.8117.03-
YUV122.51120.94181.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50%
GREEN value IS 87 (34.38% from 255) = 22.08%
BLUE value IS 110 (43.36% from 255) = 27.92%
R=50%
G=22.08%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978711000.560.440.23347.4548.6755.69
HexC5576E0382C1715b3138
Octal30512715607054275336170
Binary1100010110101111101110011100010110010111101011011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5576E; }

 p { color: rgb(197,87,110); }

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

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

 a { background-color: rgb(197,87,110); }

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

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

 span { border-color: rgb(197,87,110); }

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