#C53E6C

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

Shades of Royal Heath #C53E6C

Tints of Royal Heath #C53E6C

Color information

#C53E6C (or 0xC53E6C) is unknown color: approx Royal Heath. HEX triplet: C5, 3E and 6C. RGB value is (197,62,108). Sum of RGB (Red+Green+Blue) = 197+62+108=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53E6C is #3AC193. Grayscale: #6B6B6B. Windows color (decimal): -3850644 or 7093957. OLE color: 7093957.

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

Color convert

RGB19762108-
CMYK00.690.450.23
HSL339.56º53.78%50.78%-
HSV(B)339.56º68.53%77.25%-
XYZ27.4616.415.91-
YUV107.61128.23191.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.68%
GREEN value IS 62 (24.61% from 255) = 16.89%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=53.68%
G=16.89%
B=29.43%

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
Decimal1976210800.690.450.23339.5653.7850.78
HexC53E6C0452D171543633
Octal30576154010555275246663
Binary1100010111111011011000100010110110110111101010100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53E6C; }

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

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

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

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

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

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

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

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