Html Css Color HEX #C94779 Royal Heath

📋 copy color: '#C94779'

red 201 ◦ green 71 ◦ blue 121

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

Shades of Royal Heath #C94779

Tints of Royal Heath #C94779

RGB

 RED value IS 201 (78.91% from 255) = 51.15%

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

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

R = 51.15%
G = 18.07%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C94779 (or 0xC94779) is known color: Royal Heath. HEX triplet: C9, 47 and 79. RGB value is (201,71,121). Sum of RGB (Red+Green+Blue) = 201+71+121=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C94779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94779 is #36B886. Grayscale: #737373. Windows color (decimal): -3586183 or 7948233. OLE color: 7948233.

HSL color Cylindrical-coordinate representation of color #C94779: hue angle of 336.92º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94779 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 71 121 -
CMYK 0 0.65 0.40 0.21
HSL 336.92º 0.55% 0.53% -
HSV(B) 336.92º 0.65% 0.79% -
XYZ 29.79 18.3 20.05 -
YUV 115.57 131.07 188.93 -
System Red Green Blue C M Y K H S L
Decimal 201 71 121 0 0.65 0.40 0.21 336.92 0.55 0.53
Hex C9 47 79 0 41 28 15 151 37 35
Octal 311 107 171 0 101 50 25 521 67 65
Binary 11001001 1000111 1111001 0 1000001 101000 10101 101010001 110111 110101

Color Harmonies of #C94779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94779

Black with #C94779

Text Example


Text Example

White with #C94779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94779; }

 p { color: rgb(201,71,121); }

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

background-color css

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

 a { background-color: rgb(201,71,121); }

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

border-color css

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

 span { border-color: rgb(201,71,121); }

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