#C53E6D

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

Shades of Royal Heath #C53E6D

Tints of Royal Heath #C53E6D

Color information

#C53E6D (or 0xC53E6D) is unknown color: approx Royal Heath. HEX triplet: C5, 3E and 6D. RGB value is (197,62,109). Sum of RGB (Red+Green+Blue) = 197+62+109=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53E6D is #3AC192. Grayscale: #6B6B6B. Windows color (decimal): -3850643 or 7159493. OLE color: 7159493.

HSL color Cylindrical-coordinate representation of color #C53E6D: hue angle of 339.11º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53E6D is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB19762109-
CMYK00.690.450.23
HSL339.11º53.78%50.78%-
HSV(B)339.11º68.53%77.25%-
XYZ27.5116.4216.19-
YUV107.72128.73191.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.53%
GREEN value IS 62 (24.61% from 255) = 16.85%
BLUE value IS 109 (42.97% from 255) = 29.62%
R=53.53%
G=16.85%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976210900.690.450.23339.1153.7850.78
HexC53E6D0452D171533633
Octal30576155010555275236663
Binary1100010111111011011010100010110110110111101010011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53E6D; }

 p { color: rgb(197,62,109); }

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

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

 a { background-color: rgb(197,62,109); }

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

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

 span { border-color: rgb(197,62,109); }

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