#C53E6E

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

Shades of Royal Heath #C53E6E

Tints of Royal Heath #C53E6E

Color information

#C53E6E (or 0xC53E6E) is unknown color: approx Royal Heath. HEX triplet: C5, 3E and 6E. RGB value is (197,62,110). Sum of RGB (Red+Green+Blue) = 197+62+110=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53E6E is #3AC191. Grayscale: #6B6B6B. Windows color (decimal): -3850642 or 7225029. OLE color: 7225029.

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

Color convert

RGB19762110-
CMYK00.690.440.23
HSL338.67º53.78%50.78%-
HSV(B)338.67º68.53%77.25%-
XYZ27.5616.4416.47-
YUV107.84129.23191.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.39%
GREEN value IS 62 (24.61% from 255) = 16.80%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=53.39%
G=16.80%
B=29.81%

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
Decimal1976211000.690.440.23338.6753.7850.78
HexC53E6E0452C171533633
Octal30576156010554275236663
Binary1100010111111011011100100010110110010111101010011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53E6E; }

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

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

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

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

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

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

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

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