Html Css Color HEX #C94476 Royal Heath

📋 copy color: '#C94476'

red 201 ◦ green 68 ◦ blue 118

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

Shades of Royal Heath #C94476

Tints of Royal Heath #C94476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.57%

 BLUE value IS 118 (46.48% from 255) = 30.49%

R = 51.94%
G = 17.57%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C94476 (or 0xC94476) is known color: Royal Heath. HEX triplet: C9, 44 and 76. RGB value is (201,68,118). Sum of RGB (Red+Green+Blue) = 201+68+118=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C94476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94476 is #36BB89. Grayscale: #717171. Windows color (decimal): -3586954 or 7750857. OLE color: 7750857.

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

Color convert

RGB 201 68 118 -
CMYK 0 0.66 0.41 0.21
HSL 337.44º 0.55% 0.53% -
HSV(B) 337.44º 0.66% 0.79% -
XYZ 29.42 17.86 19.04 -
YUV 113.47 130.56 190.43 -
System Red Green Blue C M Y K H S L
Decimal 201 68 118 0 0.66 0.41 0.21 337.44 0.55 0.53
Hex C9 44 76 0 42 29 15 151 37 35
Octal 311 104 166 0 102 51 25 521 67 65
Binary 11001001 1000100 1110110 0 1000010 101001 10101 101010001 110111 110101

Color Harmonies of #C94476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94476

Black with #C94476

Text Example


Text Example

White with #C94476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94476; }

 p { color: rgb(201,68,118); }

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

background-color css

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

 a { background-color: rgb(201,68,118); }

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

border-color css

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

 span { border-color: rgb(201,68,118); }

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