Html Css Color HEX #C74777 Royal Heath

📋 copy color: '#C74777'

red 199 ◦ green 71 ◦ blue 119

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

Shades of Royal Heath #C74777

Tints of Royal Heath #C74777

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.25%

 BLUE value IS 119 (46.88% from 255) = 30.59%

R = 51.16%
G = 18.25%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C74777 (or 0xC74777) is known color: Royal Heath. HEX triplet: C7, 47 and 77. RGB value is (199,71,119). Sum of RGB (Red+Green+Blue) = 199+71+119=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C74777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74777 is #38B888. Grayscale: #727272. Windows color (decimal): -3717257 or 7817159. OLE color: 7817159.

HSL color Cylindrical-coordinate representation of color #C74777: hue angle of 337.5º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74777 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 71 119 -
CMYK 0 0.64 0.40 0.22
HSL 337.5º 0.53% 0.53% -
HSV(B) 337.5º 0.64% 0.78% -
XYZ 29.14 17.98 19.39 -
YUV 114.74 130.41 188.1 -
System Red Green Blue C M Y K H S L
Decimal 199 71 119 0 0.64 0.40 0.22 337.5 0.53 0.53
Hex C7 47 77 0 40 28 16 152 35 35
Octal 307 107 167 0 100 50 26 522 65 65
Binary 11000111 1000111 1110111 0 1000000 101000 10110 101010010 110101 110101

Color Harmonies of #C74777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74777

Black with #C74777

Text Example


Text Example

White with #C74777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74777; }

 p { color: rgb(199,71,119); }

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

background-color css

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

 a { background-color: rgb(199,71,119); }

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

border-color css

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

 span { border-color: rgb(199,71,119); }

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