Html Css Color HEX #C74679 Royal Heath

📋 copy color: '#C74679'

red 199 ◦ green 70 ◦ blue 121

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

Shades of Royal Heath #C74679

Tints of Royal Heath #C74679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.95%

 BLUE value IS 121 (47.66% from 255) = 31.03%

R = 51.03%
G = 17.95%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C74679 (or 0xC74679) is known color: Royal Heath. HEX triplet: C7, 46 and 79. RGB value is (199,70,121). Sum of RGB (Red+Green+Blue) = 199+70+121=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C74679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74679 is #38B986. Grayscale: #727272. Windows color (decimal): -3717511 or 7947975. OLE color: 7947975.

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

Color convert

RGB 199 70 121 -
CMYK 0 0.65 0.39 0.22
HSL 336.28º 0.54% 0.53% -
HSV(B) 336.28º 0.65% 0.78% -
XYZ 29.19 17.9 20.01 -
YUV 114.39 131.74 188.35 -
System Red Green Blue C M Y K H S L
Decimal 199 70 121 0 0.65 0.39 0.22 336.28 0.54 0.53
Hex C7 46 79 0 41 27 16 150 36 35
Octal 307 106 171 0 101 47 26 520 66 65
Binary 11000111 1000110 1111001 0 1000001 100111 10110 101010000 110110 110101

Color Harmonies of #C74679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74679

Black with #C74679

Text Example


Text Example

White with #C74679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74679; }

 p { color: rgb(199,70,121); }

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

background-color css

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

 a { background-color: rgb(199,70,121); }

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

border-color css

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

 span { border-color: rgb(199,70,121); }

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