Html Css Color HEX #C74978 Royal Heath

📋 copy color: '#C74978'

red 199 ◦ green 73 ◦ blue 120

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

Shades of Royal Heath #C74978

Tints of Royal Heath #C74978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.62%

 BLUE value IS 120 (47.27% from 255) = 30.61%

R = 50.77%
G = 18.62%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C74978 (or 0xC74978) is known color: Royal Heath. HEX triplet: C7, 49 and 78. RGB value is (199,73,120). Sum of RGB (Red+Green+Blue) = 199+73+120=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C74978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74978 is #38B687. Grayscale: #737373. Windows color (decimal): -3716744 or 7883207. OLE color: 7883207.

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

Color convert

RGB 199 73 120 -
CMYK 0 0.63 0.40 0.22
HSL 337.62º 0.53% 0.53% -
HSV(B) 337.62º 0.63% 0.78% -
XYZ 29.33 18.26 19.75 -
YUV 116.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 199 73 120 0 0.63 0.40 0.22 337.62 0.53 0.53
Hex C7 49 78 0 3F 28 16 152 35 35
Octal 307 111 170 0 77 50 26 522 65 65
Binary 11000111 1001001 1111000 0 111111 101000 10110 101010010 110101 110101

Color Harmonies of #C74978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74978

Black with #C74978

Text Example


Text Example

White with #C74978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74978; }

 p { color: rgb(199,73,120); }

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

background-color css

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

 a { background-color: rgb(199,73,120); }

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

border-color css

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

 span { border-color: rgb(199,73,120); }

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