Html Css Color HEX #C44577 Royal Heath

📋 copy color: '#C44577'

red 196 ◦ green 69 ◦ blue 119

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

Shades of Royal Heath #C44577

Tints of Royal Heath #C44577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.97%

 BLUE value IS 119 (46.88% from 255) = 30.99%

R = 51.04%
G = 17.97%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C44577 (or 0xC44577) is known color: Royal Heath. HEX triplet: C4, 45 and 77. RGB value is (196,69,119). Sum of RGB (Red+Green+Blue) = 196+69+119=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C44577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44577 is #3BBA88. Grayscale: #707070. Windows color (decimal): -3914377 or 7816644. OLE color: 7816644.

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

Color convert

RGB 196 69 119 -
CMYK 0 0.65 0.39 0.23
HSL 336.38º 0.52% 0.52% -
HSV(B) 336.38º 0.65% 0.77% -
XYZ 28.22 17.32 19.31 -
YUV 112.67 131.58 187.43 -
System Red Green Blue C M Y K H S L
Decimal 196 69 119 0 0.65 0.39 0.23 336.38 0.52 0.52
Hex C4 45 77 0 41 27 17 150 34 34
Octal 304 105 167 0 101 47 27 520 64 64
Binary 11000100 1000101 1110111 0 1000001 100111 10111 101010000 110100 110100

Color Harmonies of #C44577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44577

Black with #C44577

Text Example


Text Example

White with #C44577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44577; }

 p { color: rgb(196,69,119); }

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

background-color css

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

 a { background-color: rgb(196,69,119); }

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

border-color css

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

 span { border-color: rgb(196,69,119); }

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