Html Css Color HEX #C73874 Royal Heath

📋 copy color: '#C73874'

red 199 ◦ green 56 ◦ blue 116

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

Shades of Royal Heath #C73874

Tints of Royal Heath #C73874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.27%

R = 53.64%
G = 15.09%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C73874 (or 0xC73874) is known color: Royal Heath. HEX triplet: C7, 38 and 74. RGB value is (199,56,116). Sum of RGB (Red+Green+Blue) = 199+56+116=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C73874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73874 is #38C78B. Grayscale: #696969. Windows color (decimal): -3721100 or 7616711. OLE color: 7616711.

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

Color convert

RGB 199 56 116 -
CMYK 0 0.72 0.42 0.22
HSL 334.83º 0.56% 0.5% -
HSV(B) 334.83º 0.72% 0.78% -
XYZ 28.12 16.23 18.17 -
YUV 105.6 133.88 194.62 -
System Red Green Blue C M Y K H S L
Decimal 199 56 116 0 0.72 0.42 0.22 334.83 0.56 0.5
Hex C7 38 74 0 48 2A 16 14F 38 32
Octal 307 70 164 0 110 52 26 517 70 62
Binary 11000111 111000 1110100 0 1001000 101010 10110 101001111 111000 110010

Color Harmonies of #C73874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73874

Black with #C73874

Text Example


Text Example

White with #C73874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73874; }

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

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

background-color css

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

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

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

border-color css

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

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

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