Html Css Color HEX #C73872 Royal Heath

📋 copy color: '#C73872'

red 199 ◦ green 56 ◦ blue 114

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

Shades of Royal Heath #C73872

Tints of Royal Heath #C73872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.89%

R = 53.93%
G = 15.18%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C73872 (or 0xC73872) is known color: Royal Heath. HEX triplet: C7, 38 and 72. RGB value is (199,56,114). Sum of RGB (Red+Green+Blue) = 199+56+114=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C73872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73872 is #38C78D. Grayscale: #696969. Windows color (decimal): -3721102 or 7485639. OLE color: 7485639.

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

Color convert

RGB 199 56 114 -
CMYK 0 0.72 0.43 0.22
HSL 335.66º 0.56% 0.5% -
HSV(B) 335.66º 0.72% 0.78% -
XYZ 28 16.19 17.57 -
YUV 105.37 132.88 194.78 -
System Red Green Blue C M Y K H S L
Decimal 199 56 114 0 0.72 0.43 0.22 335.66 0.56 0.5
Hex C7 38 72 0 48 2B 16 150 38 32
Octal 307 70 162 0 110 53 26 520 70 62
Binary 11000111 111000 1110010 0 1001000 101011 10110 101010000 111000 110010

Color Harmonies of #C73872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73872

Black with #C73872

Text Example


Text Example

White with #C73872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73872; }

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

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

background-color css

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

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

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

border-color css

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

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

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