Html Css Color HEX #C73770 Royal Heath

📋 copy color: '#C73770'

red 199 ◦ green 55 ◦ blue 112

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

Shades of Royal Heath #C73770

Tints of Royal Heath #C73770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.03%

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

R = 54.37%
G = 15.03%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C73770 (or 0xC73770) is known color: Royal Heath. HEX triplet: C7, 37 and 70. RGB value is (199,55,112). Sum of RGB (Red+Green+Blue) = 199+55+112=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C73770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73770 is #38C88F. Grayscale: #686868. Windows color (decimal): -3721360 or 7354311. OLE color: 7354311.

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

Color convert

RGB 199 55 112 -
CMYK 0 0.72 0.44 0.22
HSL 336.25º 0.57% 0.5% -
HSV(B) 336.25º 0.72% 0.78% -
XYZ 27.84 16.04 16.96 -
YUV 104.55 132.21 195.37 -
System Red Green Blue C M Y K H S L
Decimal 199 55 112 0 0.72 0.44 0.22 336.25 0.57 0.5
Hex C7 37 70 0 48 2C 16 150 39 32
Octal 307 67 160 0 110 54 26 520 71 62
Binary 11000111 110111 1110000 0 1001000 101100 10110 101010000 111001 110010

Color Harmonies of #C73770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73770

Black with #C73770

Text Example


Text Example

White with #C73770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73770; }

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

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

background-color css

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

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

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

border-color css

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

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

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