Html Css Color HEX #C73870 Royal Heath

📋 copy color: '#C73870'

red 199 ◦ green 56 ◦ blue 112

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

Shades of Royal Heath #C73870

Tints of Royal Heath #C73870

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.26%

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

R = 54.22%
G = 15.26%
B = 30.52%

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

#C73870 (or 0xC73870) is known color: Royal Heath. HEX triplet: C7, 38 and 70. RGB value is (199,56,112). Sum of RGB (Red+Green+Blue) = 199+56+112=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C73870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73870 is #38C78F. Grayscale: #696969. Windows color (decimal): -3721104 or 7354567. OLE color: 7354567.

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

Color convert

RGB 199 56 112 -
CMYK 0 0.72 0.44 0.22
HSL 336.5º 0.56% 0.5% -
HSV(B) 336.5º 0.72% 0.78% -
XYZ 27.89 16.14 16.97 -
YUV 105.14 131.88 194.95 -
System Red Green Blue C M Y K H S L
Decimal 199 56 112 0 0.72 0.44 0.22 336.5 0.56 0.5
Hex C7 38 70 0 48 2C 16 151 38 32
Octal 307 70 160 0 110 54 26 521 70 62
Binary 11000111 111000 1110000 0 1001000 101100 10110 101010001 111000 110010

Color Harmonies of #C73870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73870

Black with #C73870

Text Example


Text Example

White with #C73870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73870; }

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

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

background-color css

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

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

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

border-color css

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

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

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