#C53B73

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

Shades of Royal Heath #C53B73

Tints of Royal Heath #C53B73

Color information

#C53B73 (or 0xC53B73) is unknown color: approx Royal Heath. HEX triplet: C5, 3B and 73. RGB value is (197,59,115). Sum of RGB (Red+Green+Blue) = 197+59+115=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53B73 is #3AC48C. Grayscale: #6A6A6A. Windows color (decimal): -3851405 or 7551941. OLE color: 7551941.

HSL color Cylindrical-coordinate representation of color #C53B73: hue angle of 335.65º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53B73 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB19759115-
CMYK00.700.420.23
HSL335.65º54.33%50.2%-
HSV(B)335.65º70.05%77.25%-
XYZ27.6816.2417.89-
YUV106.65132.72192.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.10%
GREEN value IS 59 (23.44% from 255) = 15.90%
BLUE value IS 115 (45.31% from 255) = 31.00%
R=53.10%
G=15.90%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975911500.700.420.23335.6554.3350.2
HexC53B730462A171503632
Octal30573163010652275206662
Binary1100010111101111100110100011010101010111101010000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53B73; }

 p { color: rgb(197,59,115); }

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

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

 a { background-color: rgb(197,59,115); }

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

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

 span { border-color: rgb(197,59,115); }

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