#C54F6F

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

Shades of Cabaret #C54F6F

Tints of Cabaret #C54F6F

Color information

#C54F6F (or 0xC54F6F) is unknown color: approx Cabaret. HEX triplet: C5, 4F and 6F. RGB value is (197,79,111). Sum of RGB (Red+Green+Blue) = 197+79+111=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54F6F is #3AB090. Grayscale: #757575. Windows color (decimal): -3846289 or 7294917. OLE color: 7294917.

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

Color convert

RGB19779111-
CMYK00.600.440.23
HSL343.73º50.43%54.12%-
HSV(B)343.73º59.9%77.25%-
XYZ28.6918.6117.12-
YUV117.93124.09184.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.90%
GREEN value IS 79 (31.25% from 255) = 20.41%
BLUE value IS 111 (43.75% from 255) = 28.68%
R=50.90%
G=20.41%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977911100.600.440.23343.7350.4354.12
HexC54F6F03C2C171583236
Octal30511715707454275306266
Binary1100010110011111101111011110010110010111101011000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54F6F; }

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

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

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

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

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

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

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

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