#C54370

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

Shades of Royal Heath #C54370

Tints of Royal Heath #C54370

Color information

#C54370 (or 0xC54370) is unknown color: approx Royal Heath. HEX triplet: C5, 43 and 70. RGB value is (197,67,112). Sum of RGB (Red+Green+Blue) = 197+67+112=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C54370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54370 is #3ABC8F. Grayscale: #6E6E6E. Windows color (decimal): -3849360 or 7357381. OLE color: 7357381.

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

Color convert

RGB19767112-
CMYK00.660.430.23
HSL339.23º52.85%51.76%-
HSV(B)339.23º65.99%77.25%-
XYZ27.9617.0517.15-
YUV111128.57189.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.39%
GREEN value IS 67 (26.56% from 255) = 17.82%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=52.39%
G=17.82%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976711200.660.430.23339.2352.8551.76
HexC543700422B171533534
Octal305103160010253275236564
Binary11000101100001111100000100001010101110111101010011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54370; }

 p { color: rgb(197,67,112); }

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

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

 a { background-color: rgb(197,67,112); }

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

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

 span { border-color: rgb(197,67,112); }

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