Html Css Color HEX #C44477 Royal Heath

📋 copy color: '#C44477'

red 196 ◦ green 68 ◦ blue 119

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

Shades of Royal Heath #C44477

Tints of Royal Heath #C44477

RGB

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

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

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

R = 51.17%
G = 17.75%
B = 31.07%

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

#C44477 (or 0xC44477) is known color: Royal Heath. HEX triplet: C4, 44 and 77. RGB value is (196,68,119). Sum of RGB (Red+Green+Blue) = 196+68+119=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C44477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44477 is #3BBB88. Grayscale: #707070. Windows color (decimal): -3914633 or 7816388. OLE color: 7816388.

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

Color convert

RGB 196 68 119 -
CMYK 0 0.65 0.39 0.23
HSL 336.09º 0.52% 0.52% -
HSV(B) 336.09º 0.65% 0.77% -
XYZ 28.16 17.2 19.29 -
YUV 112.09 131.91 187.85 -
System Red Green Blue C M Y K H S L
Decimal 196 68 119 0 0.65 0.39 0.23 336.09 0.52 0.52
Hex C4 44 77 0 41 27 17 150 34 34
Octal 304 104 167 0 101 47 27 520 64 64
Binary 11000100 1000100 1110111 0 1000001 100111 10111 101010000 110100 110100

Color Harmonies of #C44477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44477

Black with #C44477

Text Example


Text Example

White with #C44477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44477; }

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

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

background-color css

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

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

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

border-color css

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

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

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