Html Css Color HEX #C73971 Royal Heath

📋 copy color: '#C73971'

red 199 ◦ green 57 ◦ blue 113

#C73971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #C73971

Tints of Royal Heath #C73971

RGB

 RED value IS 199 (78.13% 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 value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C73971 (or 0xC73971) is known color: 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

RGB 199 57 113 -
CMYK 0 0.71 0.43 0.22
HSL 336.34º 0.56% 0.5% -
HSV(B) 336.34º 0.71% 0.78% -
XYZ 28 16.26 17.29 -
YUV 105.84 132.04 194.45 -
System Red Green Blue C M Y K H S L
Decimal 199 57 113 0 0.71 0.43 0.22 336.34 0.56 0.5
Hex C7 39 71 0 47 2B 16 150 38 32
Octal 307 71 161 0 107 53 26 520 70 62
Binary 11000111 111001 1110001 0 1000111 101011 10110 101010000 111000 110010

Color Harmonies of #C73971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73971

Black with #C73971

Text Example


Text Example

White with #C73971

Text Example


Text Example

HTML Codes & Css Web 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>