Html Css Color HEX #C44476 Royal Heath

📋 copy color: '#C44476'

red 196 ◦ green 68 ◦ blue 118

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

Shades of Royal Heath #C44476

Tints of Royal Heath #C44476

RGB

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

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

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

R = 51.31%
G = 17.8%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C44476 (or 0xC44476) is known color: Royal Heath. HEX triplet: C4, 44 and 76. RGB value is (196,68,118). Sum of RGB (Red+Green+Blue) = 196+68+118=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C44476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44476 is #3BBB89. Grayscale: #6F6F6F. Windows color (decimal): -3914634 or 7750852. OLE color: 7750852.

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

Color convert

RGB 196 68 118 -
CMYK 0 0.65 0.40 0.23
HSL 336.56º 0.52% 0.52% -
HSV(B) 336.56º 0.65% 0.77% -
XYZ 28.1 17.18 18.97 -
YUV 111.97 131.41 187.93 -
System Red Green Blue C M Y K H S L
Decimal 196 68 118 0 0.65 0.40 0.23 336.56 0.52 0.52
Hex C4 44 76 0 41 28 17 151 34 34
Octal 304 104 166 0 101 50 27 521 64 64
Binary 11000100 1000100 1110110 0 1000001 101000 10111 101010001 110100 110100

Color Harmonies of #C44476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44476

Black with #C44476

Text Example


Text Example

White with #C44476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44476; }

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

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

background-color css

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

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

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

border-color css

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

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

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