Html Css Color HEX #C9477A Royal Heath

📋 copy color: '#C9477A'

red 201 ◦ green 71 ◦ blue 122

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

Shades of Royal Heath #C9477A

Tints of Royal Heath #C9477A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 51.02%
G = 18.02%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9477A (or 0xC9477A) is known color: Royal Heath. HEX triplet: C9, 47 and 7A. RGB value is (201,71,122). Sum of RGB (Red+Green+Blue) = 201+71+122=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9477A is #36B885. Grayscale: #737373. Windows color (decimal): -3586182 or 8013769. OLE color: 8013769.

HSL color Cylindrical-coordinate representation of color #C9477A: hue angle of 336.46º 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 #C9477A is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 71 122 -
CMYK 0 0.65 0.39 0.21
HSL 336.46º 0.55% 0.53% -
HSV(B) 336.46º 0.65% 0.79% -
XYZ 29.85 18.33 20.38 -
YUV 115.68 131.57 188.85 -
System Red Green Blue C M Y K H S L
Decimal 201 71 122 0 0.65 0.39 0.21 336.46 0.55 0.53
Hex C9 47 7A 0 41 27 15 150 37 35
Octal 311 107 172 0 101 47 25 520 67 65
Binary 11001001 1000111 1111010 0 1000001 100111 10101 101010000 110111 110101

Color Harmonies of #C9477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9477A

Black with #C9477A

Text Example


Text Example

White with #C9477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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