#C54472

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

Shades of Royal Heath #C54472

Tints of Royal Heath #C54472

Color information

#C54472 (or 0xC54472) is unknown color: approx Royal Heath. HEX triplet: C5, 44 and 72. RGB value is (197,68,114). Sum of RGB (Red+Green+Blue) = 197+68+114=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C54472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54472 is #3ABB8D. Grayscale: #6F6F6F. Windows color (decimal): -3849102 or 7488709. OLE color: 7488709.

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

Color convert

RGB19768114-
CMYK00.650.420.23
HSL338.6º52.65%51.96%-
HSV(B)338.6º65.48%77.25%-
XYZ28.1317.2217.76-
YUV111.81129.24188.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.98%
GREEN value IS 68 (26.95% from 255) = 17.94%
BLUE value IS 114 (44.92% from 255) = 30.08%
R=51.98%
G=17.94%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976811400.650.420.23338.652.6551.96
HexC544720412A171533534
Octal305104162010152275236564
Binary11000101100010011100100100000110101010111101010011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54472; }

 p { color: rgb(197,68,114); }

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

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

 a { background-color: rgb(197,68,114); }

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

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

 span { border-color: rgb(197,68,114); }

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