Html Css Color HEX #C74079 Royal Heath

📋 copy color: '#C74079'

red 199 ◦ green 64 ◦ blue 121

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

Shades of Royal Heath #C74079

Tints of Royal Heath #C74079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.67%

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

R = 51.82%
G = 16.67%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C74079 (or 0xC74079) is known color: Royal Heath. HEX triplet: C7, 40 and 79. RGB value is (199,64,121). Sum of RGB (Red+Green+Blue) = 199+64+121=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C74079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74079 is #38BF86. Grayscale: #6E6E6E. Windows color (decimal): -3719047 or 7946439. OLE color: 7946439.

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

Color convert

RGB 199 64 121 -
CMYK 0 0.68 0.39 0.22
HSL 334.67º 0.55% 0.52% -
HSV(B) 334.67º 0.68% 0.78% -
XYZ 28.84 17.19 19.89 -
YUV 110.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 199 64 121 0 0.68 0.39 0.22 334.67 0.55 0.52
Hex C7 40 79 0 44 27 16 14F 37 34
Octal 307 100 171 0 104 47 26 517 67 64
Binary 11000111 1000000 1111001 0 1000100 100111 10110 101001111 110111 110100

Color Harmonies of #C74079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74079

Black with #C74079

Text Example


Text Example

White with #C74079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74079; }

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

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

background-color css

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

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

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

border-color css

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

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

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