#C54970

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

Shades of Cabaret #C54970

Tints of Cabaret #C54970

Color information

#C54970 (or 0xC54970) is unknown color: approx Cabaret. HEX triplet: C5, 49 and 70. RGB value is (197,73,112). Sum of RGB (Red+Green+Blue) = 197+73+112=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C54970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54970 is #3AB68F. Grayscale: #727272. Windows color (decimal): -3847824 or 7358917. OLE color: 7358917.

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

Color convert

RGB19773112-
CMYK00.630.430.23
HSL341.13º51.67%52.94%-
HSV(B)341.13º62.94%77.25%-
XYZ28.3317.8117.27-
YUV114.52126.58186.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.57%
GREEN value IS 73 (28.91% from 255) = 19.11%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=51.57%
G=19.11%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977311200.630.430.23341.1351.6752.94
HexC5497003F2B171553435
Octal30511116007753275256465
Binary1100010110010011110000011111110101110111101010101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54970; }

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

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

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

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

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

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

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

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