#C54476

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

Shades of Royal Heath #C54476

Tints of Royal Heath #C54476

Color information

#C54476 (or 0xC54476) is unknown color: approx Royal Heath. HEX triplet: C5, 44 and 76. RGB value is (197,68,118). Sum of RGB (Red+Green+Blue) = 197+68+118=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C54476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54476 is #3ABB89. Grayscale: #707070. Windows color (decimal): -3849098 or 7750853. OLE color: 7750853.

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

Color convert

RGB19768118-
CMYK00.650.400.23
HSL336.74º52.65%51.96%-
HSV(B)336.74º65.48%77.25%-
XYZ28.3617.3118.99-
YUV112.27131.24188.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.44%
GREEN value IS 68 (26.95% from 255) = 17.75%
BLUE value IS 118 (46.48% from 255) = 30.81%
R=51.44%
G=17.75%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976811800.650.400.23336.7452.6551.96
HexC5447604128171513534
Octal305104166010150275216564
Binary11000101100010011101100100000110100010111101010001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54476; }

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

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

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

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

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

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

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

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