#C53E6F

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

Shades of Royal Heath #C53E6F

Tints of Royal Heath #C53E6F

Color information

#C53E6F (or 0xC53E6F) is unknown color: approx Royal Heath. HEX triplet: C5, 3E and 6F. RGB value is (197,62,111). Sum of RGB (Red+Green+Blue) = 197+62+111=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53E6F is #3AC190. Grayscale: #6B6B6B. Windows color (decimal): -3850641 or 7290565. OLE color: 7290565.

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

Color convert

RGB19762111-
CMYK00.690.440.23
HSL338.22º53.78%50.78%-
HSV(B)338.22º68.53%77.25%-
XYZ27.6216.4616.76-
YUV107.95129.73191.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.24%
GREEN value IS 62 (24.61% from 255) = 16.76%
BLUE value IS 111 (43.75% from 255) = 30%
R=53.24%
G=16.76%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976211100.690.440.23338.2253.7850.78
HexC53E6F0452C171523633
Octal30576157010554275226663
Binary1100010111111011011110100010110110010111101010010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53E6F; }

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

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

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

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

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

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

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

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