#C55179

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

Shades of Royal Heath #C55179

Tints of Royal Heath #C55179

Color information

#C55179 (or 0xC55179) is unknown color: approx Royal Heath. HEX triplet: C5, 51 and 79. RGB value is (197,81,121). Sum of RGB (Red+Green+Blue) = 197+81+121=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C55179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55179 is #3AAE86. Grayscale: #787878. Windows color (decimal): -3845767 or 7950789. OLE color: 7950789.

HSL color Cylindrical-coordinate representation of color #C55179: hue angle of 339.31º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55179 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB19781121-
CMYK00.590.390.23
HSL339.31º50%54.51%-
HSV(B)339.31º58.88%77.25%-
XYZ29.4219.1420.23-
YUV120.24128.43182.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.37%
GREEN value IS 81 (32.03% from 255) = 20.30%
BLUE value IS 121 (47.66% from 255) = 30.33%
R=49.37%
G=20.30%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978112100.590.390.23339.315054.51
HexC5517903B27171533237
Octal30512117107347275236267
Binary1100010110100011111001011101110011110111101010011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55179; }

 p { color: rgb(197,81,121); }

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

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

 a { background-color: rgb(197,81,121); }

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

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

 span { border-color: rgb(197,81,121); }

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