#C53A74

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

Shades of Royal Heath #C53A74

Tints of Royal Heath #C53A74

Color information

#C53A74 (or 0xC53A74) is unknown color: approx Royal Heath. HEX triplet: C5, 3A and 74. RGB value is (197,58,116). Sum of RGB (Red+Green+Blue) = 197+58+116=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A74 is #3AC58B. Grayscale: #6A6A6A. Windows color (decimal): -3851660 or 7617221. OLE color: 7617221.

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

Color convert

RGB19758116-
CMYK00.710.410.23
HSL334.96º54.51%50%-
HSV(B)334.96º70.56%77.25%-
XYZ27.6916.1618.18-
YUV106.17133.55192.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.10%
GREEN value IS 58 (23.05% from 255) = 15.63%
BLUE value IS 116 (45.70% from 255) = 31.27%
R=53.10%
G=15.63%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975811600.710.410.23334.9654.5150
HexC53A74047291714f3732
Octal30572164010751275176762
Binary1100010111101011101000100011110100110111101001111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53A74; }

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

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

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

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

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

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

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

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