#c54a6a

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

Shades of Cabaret #C54A6A

Tints of Cabaret #C54A6A

Color information

#C54A6A (or 0xC54A6A) is unknown color: approx Cabaret. HEX triplet: C5, 4A and 6A. RGB value is (197,74,106). Sum of RGB (Red+Green+Blue) = 197+74+106=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54A6A is #3AB595. Grayscale: #727272. Windows color (decimal): -3847574 or 6965957. OLE color: 6965957.

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

Color convert

RGB19774106-
CMYK00.620.460.23
HSL344.39º51.46%53.14%-
HSV(B)344.39º62.44%77.25%-
XYZ28.0817.8115.59-
YUV114.42123.25186.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.25%
GREEN value IS 74 (29.30% from 255) = 19.63%
BLUE value IS 106 (41.80% from 255) = 28.12%
R=52.25%
G=19.63%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977410600.620.460.23344.3951.4653.14
HexC54A6A03E2E171583335
Octal30511215207656275306365
Binary1100010110010101101010011111010111010111101011000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c54a6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c54a6a; }

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

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

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

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

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

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

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

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