#C5496A

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

Shades of Cabaret #C5496A

Tints of Cabaret #C5496A

Color information

#C5496A (or 0xC5496A) is unknown color: approx Cabaret. HEX triplet: C5, 49 and 6A. RGB value is (197,73,106). Sum of RGB (Red+Green+Blue) = 197+73+106=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5496A is #3AB695. Grayscale: #717171. Windows color (decimal): -3847830 or 6965701. OLE color: 6965701.

HSL color Cylindrical-coordinate representation of color #C5496A: hue angle of 344.03º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5496A is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB19773106-
CMYK00.630.460.23
HSL344.03º51.67%52.94%-
HSV(B)344.03º62.94%77.25%-
XYZ28.0117.6815.57-
YUV113.84123.58187.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.39%
GREEN value IS 73 (28.91% from 255) = 19.41%
BLUE value IS 106 (41.80% from 255) = 28.19%
R=52.39%
G=19.41%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977310600.630.460.23344.0351.6752.94
HexC5496A03F2E171583435
Octal30511115207756275306465
Binary1100010110010011101010011111110111010111101011000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5496A; }

 p { color: rgb(197,73,106); }

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

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

 a { background-color: rgb(197,73,106); }

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

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

 span { border-color: rgb(197,73,106); }

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