Html Css Color HEX #C4477C Royal Heath

📋 copy color: '#C4477C'

red 196 ◦ green 71 ◦ blue 124

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

Shades of Royal Heath #C4477C

Tints of Royal Heath #C4477C

RGB

 RED value IS 196 (76.95% from 255) = 50.13%

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

 BLUE value IS 124 (48.83% from 255) = 31.71%

R = 50.13%
G = 18.16%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4477C (or 0xC4477C) is known color: Royal Heath. HEX triplet: C4, 47 and 7C. RGB value is (196,71,124). Sum of RGB (Red+Green+Blue) = 196+71+124=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4477C is #3BB883. Grayscale: #727272. Windows color (decimal): -3913860 or 8144836. OLE color: 8144836.

HSL color Cylindrical-coordinate representation of color #C4477C: hue angle of 334.56º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C4477C is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 71 124 -
CMYK 0 0.64 0.37 0.23
HSL 334.56º 0.51% 0.52% -
HSV(B) 334.56º 0.64% 0.77% -
XYZ 28.66 17.7 20.97 -
YUV 114.42 133.41 186.19 -
System Red Green Blue C M Y K H S L
Decimal 196 71 124 0 0.64 0.37 0.23 334.56 0.51 0.52
Hex C4 47 7C 0 40 25 17 14F 33 34
Octal 304 107 174 0 100 45 27 517 63 64
Binary 11000100 1000111 1111100 0 1000000 100101 10111 101001111 110011 110100

Color Harmonies of #C4477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4477C

Black with #C4477C

Text Example


Text Example

White with #C4477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4477C; }

 p { color: rgb(196,71,124); }

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

background-color css

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

 a { background-color: rgb(196,71,124); }

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

border-color css

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

 span { border-color: rgb(196,71,124); }

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