#C73772

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

Shades of Royal Heath #C73772

Tints of Royal Heath #C73772

Color information

#C73772 (or 0xC73772) is unknown color: approx Royal Heath. HEX triplet: C7, 37 and 72. RGB value is (199,55,114). Sum of RGB (Red+Green+Blue) = 199+55+114=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C73772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73772 is #38C88D. Grayscale: #686868. Windows color (decimal): -3721358 or 7485383. OLE color: 7485383.

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

Color convert

RGB19955114-
CMYK00.720.430.22
HSL335.42º56.69%49.8%-
HSV(B)335.42º72.36%78.04%-
XYZ27.9616.0917.55-
YUV104.78133.21195.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.08%
GREEN value IS 55 (21.88% from 255) = 14.95%
BLUE value IS 114 (44.92% from 255) = 30.98%
R=54.08%
G=14.95%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995511400.720.430.22335.4256.6949.8
HexC737720482B1614f3932
Octal30767162011053265177162
Binary1100011111011111100100100100010101110110101001111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73772; }

 p { color: rgb(199,55,114); }

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

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

 a { background-color: rgb(199,55,114); }

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

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

 span { border-color: rgb(199,55,114); }

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