#C54273

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

Shades of Royal Heath #C54273

Tints of Royal Heath #C54273

Color information

#C54273 (or 0xC54273) is unknown color: approx Royal Heath. HEX triplet: C5, 42 and 73. RGB value is (197,66,115). Sum of RGB (Red+Green+Blue) = 197+66+115=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C54273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54273 is #3ABD8C. Grayscale: #6E6E6E. Windows color (decimal): -3849613 or 7553733. OLE color: 7553733.

HSL color Cylindrical-coordinate representation of color #C54273: hue angle of 337.56º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54273 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB19766115-
CMYK00.660.420.23
HSL337.56º53.04%51.57%-
HSV(B)337.56º66.5%77.25%-
XYZ28.071718.02-
YUV110.76130.4189.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.12%
GREEN value IS 66 (26.17% from 255) = 17.46%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=52.12%
G=17.46%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976611500.660.420.23337.5653.0451.57
HexC542730422A171523534
Octal305102163010252275226564
Binary11000101100001011100110100001010101010111101010010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54273; }

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

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

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

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

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

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

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

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