Html Css Color HEX #C44876 Royal Heath

📋 copy color: '#C44876'

red 196 ◦ green 72 ◦ blue 118

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

Shades of Royal Heath #C44876

Tints of Royal Heath #C44876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.65%

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

R = 50.78%
G = 18.65%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C44876 (or 0xC44876) is known color: Royal Heath. HEX triplet: C4, 48 and 76. RGB value is (196,72,118). Sum of RGB (Red+Green+Blue) = 196+72+118=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C44876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44876 is #3BB789. Grayscale: #727272. Windows color (decimal): -3913610 or 7751876. OLE color: 7751876.

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

Color convert

RGB 196 72 118 -
CMYK 0 0.63 0.40 0.23
HSL 337.74º 0.51% 0.53% -
HSV(B) 337.74º 0.63% 0.77% -
XYZ 28.35 17.68 19.06 -
YUV 114.32 130.08 186.26 -
System Red Green Blue C M Y K H S L
Decimal 196 72 118 0 0.63 0.40 0.23 337.74 0.51 0.53
Hex C4 48 76 0 3F 28 17 152 33 35
Octal 304 110 166 0 77 50 27 522 63 65
Binary 11000100 1001000 1110110 0 111111 101000 10111 101010010 110011 110101

Color Harmonies of #C44876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44876

Black with #C44876

Text Example


Text Example

White with #C44876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44876; }

 p { color: rgb(196,72,118); }

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

background-color css

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

 a { background-color: rgb(196,72,118); }

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

border-color css

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

 span { border-color: rgb(196,72,118); }

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