#C54770

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

Shades of Cabaret #C54770

Tints of Cabaret #C54770

Color information

#C54770 (or 0xC54770) is unknown color: approx Cabaret. HEX triplet: C5, 47 and 70. RGB value is (197,71,112). Sum of RGB (Red+Green+Blue) = 197+71+112=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C54770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54770 is #3AB88F. Grayscale: #717171. Windows color (decimal): -3848336 or 7358405. OLE color: 7358405.

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

Color convert

RGB19771112-
CMYK00.640.430.23
HSL340.48º52.07%52.55%-
HSV(B)340.48º63.96%77.25%-
XYZ28.217.5517.23-
YUV113.35127.24187.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.84%
GREEN value IS 71 (28.12% from 255) = 18.68%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=51.84%
G=18.68%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977111200.640.430.23340.4852.0752.55
HexC547700402B171543435
Octal305107160010053275246465
Binary11000101100011111100000100000010101110111101010100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54770; }

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

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

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

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

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

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

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

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