#C54C6F

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

Shades of Cabaret #C54C6F

Tints of Cabaret #C54C6F

Color information

#C54C6F (or 0xC54C6F) is unknown color: approx Cabaret. HEX triplet: C5, 4C and 6F. RGB value is (197,76,111). Sum of RGB (Red+Green+Blue) = 197+76+111=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54C6F is #3AB390. Grayscale: #747474. Windows color (decimal): -3847057 or 7294149. OLE color: 7294149.

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

Color convert

RGB19776111-
CMYK00.610.440.23
HSL342.64º51.05%53.53%-
HSV(B)342.64º61.42%77.25%-
XYZ28.4818.1917.05-
YUV116.17125.09185.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.30%
GREEN value IS 76 (30.08% from 255) = 19.79%
BLUE value IS 111 (43.75% from 255) = 28.91%
R=51.30%
G=19.79%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977611100.610.440.23342.6451.0553.53
HexC54C6F03D2C171573336
Octal30511415707554275276366
Binary1100010110011001101111011110110110010111101010111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54C6F; }

 p { color: rgb(197,76,111); }

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

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

 a { background-color: rgb(197,76,111); }

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

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

 span { border-color: rgb(197,76,111); }

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