Html Css Color HEX #C73970 Royal Heath

📋 copy color: '#C73970'

red 199 ◦ green 57 ◦ blue 112

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

Shades of Royal Heath #C73970

Tints of Royal Heath #C73970

RGB

 RED value IS 199 (78.13% from 255) = 54.08%

 GREEN value IS 57 (22.66% from 255) = 15.49%

 BLUE value IS 112 (44.14% from 255) = 30.43%

R = 54.08%
G = 15.49%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C73970 (or 0xC73970) is known color: Royal Heath. HEX triplet: C7, 39 and 70. RGB value is (199,57,112). Sum of RGB (Red+Green+Blue) = 199+57+112=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C73970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73970 is #38C68F. Grayscale: #696969. Windows color (decimal): -3720848 or 7354823. OLE color: 7354823.

HSL color Cylindrical-coordinate representation of color #C73970: hue angle of 336.76º 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 #C73970 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 57 112 -
CMYK 0 0.71 0.44 0.22
HSL 336.76º 0.56% 0.5% -
HSV(B) 336.76º 0.71% 0.78% -
XYZ 27.94 16.24 16.99 -
YUV 105.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 199 57 112 0 0.71 0.44 0.22 336.76 0.56 0.5
Hex C7 39 70 0 47 2C 16 151 38 32
Octal 307 71 160 0 107 54 26 521 70 62
Binary 11000111 111001 1110000 0 1000111 101100 10110 101010001 111000 110010

Color Harmonies of #C73970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73970

Black with #C73970

Text Example


Text Example

White with #C73970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73970; }

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

 H1.HeaderClassName
 {
   color: #C73970;
 }
 .AnyTagClassName
 {
   color: #C73970;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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