#C5526E

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

Shades of Cabaret #C5526E

Tints of Cabaret #C5526E

Color information

#C5526E (or 0xC5526E) is unknown color: approx Cabaret. HEX triplet: C5, 52 and 6E. RGB value is (197,82,110). Sum of RGB (Red+Green+Blue) = 197+82+110=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5526E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5526E is #3AAD91. Grayscale: #777777. Windows color (decimal): -3845522 or 7230149. OLE color: 7230149.

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

Color convert

RGB19782110-
CMYK00.580.440.23
HSL345.39º49.78%54.71%-
HSV(B)345.39º58.38%77.25%-
XYZ28.8619.0316.9-
YUV119.58122.6183.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.64%
GREEN value IS 82 (32.42% from 255) = 21.08%
BLUE value IS 110 (43.36% from 255) = 28.28%
R=50.64%
G=21.08%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978211000.580.440.23345.3949.7854.71
HexC5526E03A2C171593237
Octal30512215607254275316267
Binary1100010110100101101110011101010110010111101011001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5526E; }

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

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

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

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

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

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

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

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