#C73971

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

Shades of Royal Heath #C73971

Tints of Royal Heath #C73971

Color information

#C73971 (or 0xC73971) is unknown color: approx Royal Heath. HEX triplet: C7, 39 and 71. RGB value is (199,57,113). Sum of RGB (Red+Green+Blue) = 199+57+113=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C73971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73971 is #38C68E. Grayscale: #696969. Windows color (decimal): -3720847 or 7420359. OLE color: 7420359.

HSL color Cylindrical-coordinate representation of color #C73971: hue angle of 336.34º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73971 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB19957113-
CMYK00.710.430.22
HSL336.34º55.91%50.2%-
HSV(B)336.34º71.36%78.04%-
XYZ2816.2617.29-
YUV105.84132.04194.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.93%
GREEN value IS 57 (22.66% from 255) = 15.45%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=53.93%
G=15.45%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995711300.710.430.22336.3455.9150.2
HexC739710472B161503832
Octal30771161010753265207062
Binary1100011111100111100010100011110101110110101010000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73971; }

 p { color: rgb(199,57,113); }

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

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

 a { background-color: rgb(199,57,113); }

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

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

 span { border-color: rgb(199,57,113); }

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