#C54F74

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

Shades of Cabaret #C54F74

Tints of Cabaret #C54F74

Color information

#C54F74 (or 0xC54F74) is unknown color: approx Cabaret. HEX triplet: C5, 4F and 74. RGB value is (197,79,116). Sum of RGB (Red+Green+Blue) = 197+79+116=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54F74 is #3AB08B. Grayscale: #767676. Windows color (decimal): -3846284 or 7622597. OLE color: 7622597.

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

Color convert

RGB19779116-
CMYK00.600.410.23
HSL341.19º50.43%54.12%-
HSV(B)341.19º59.9%77.25%-
XYZ28.9718.7218.61-
YUV118.5126.59183.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.26%
GREEN value IS 79 (31.25% from 255) = 20.15%
BLUE value IS 116 (45.70% from 255) = 29.59%
R=50.26%
G=20.15%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977911600.600.410.23341.1950.4354.12
HexC54F7403C29171553236
Octal30511716407451275256266
Binary1100010110011111110100011110010100110111101010101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54F74; }

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

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

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

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

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

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

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

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