Html Css Color HEX #C44676 Royal Heath

📋 copy color: '#C44676'

red 196 ◦ green 70 ◦ blue 118

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

Shades of Royal Heath #C44676

Tints of Royal Heath #C44676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.23%

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

R = 51.04%
G = 18.23%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C44676 (or 0xC44676) is known color: Royal Heath. HEX triplet: C4, 46 and 76. RGB value is (196,70,118). Sum of RGB (Red+Green+Blue) = 196+70+118=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C44676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44676 is #3BB989. Grayscale: #717171. Windows color (decimal): -3914122 or 7751364. OLE color: 7751364.

HSL color Cylindrical-coordinate representation of color #C44676: hue angle of 337.14º degrees, saturation: 0.52, 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 #C44676 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 70 118 -
CMYK 0 0.64 0.40 0.23
HSL 337.14º 0.52% 0.52% -
HSV(B) 337.14º 0.64% 0.77% -
XYZ 28.23 17.42 19.02 -
YUV 113.15 130.74 187.1 -
System Red Green Blue C M Y K H S L
Decimal 196 70 118 0 0.64 0.40 0.23 337.14 0.52 0.52
Hex C4 46 76 0 40 28 17 151 34 34
Octal 304 106 166 0 100 50 27 521 64 64
Binary 11000100 1000110 1110110 0 1000000 101000 10111 101010001 110100 110100

Color Harmonies of #C44676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44676

Black with #C44676

Text Example


Text Example

White with #C44676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44676; }

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

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

background-color css

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

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

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

border-color css

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

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

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