Html Css Color HEX #C44473 Royal Heath

📋 copy color: '#C44473'

red 196 ◦ green 68 ◦ blue 115

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

Shades of Royal Heath #C44473

Tints of Royal Heath #C44473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.34%

R = 51.72%
G = 17.94%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C44473 (or 0xC44473) is known color: Royal Heath. HEX triplet: C4, 44 and 73. RGB value is (196,68,115). Sum of RGB (Red+Green+Blue) = 196+68+115=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C44473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44473 is #3BBB8C. Grayscale: #6F6F6F. Windows color (decimal): -3914637 or 7554244. OLE color: 7554244.

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

Color convert

RGB 196 68 115 -
CMYK 0 0.65 0.41 0.23
HSL 337.97º 0.52% 0.52% -
HSV(B) 337.97º 0.65% 0.77% -
XYZ 27.93 17.11 18.05 -
YUV 111.63 129.91 188.18 -
System Red Green Blue C M Y K H S L
Decimal 196 68 115 0 0.65 0.41 0.23 337.97 0.52 0.52
Hex C4 44 73 0 41 29 17 152 34 34
Octal 304 104 163 0 101 51 27 522 64 64
Binary 11000100 1000100 1110011 0 1000001 101001 10111 101010010 110100 110100

Color Harmonies of #C44473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44473

Black with #C44473

Text Example


Text Example

White with #C44473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44473; }

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

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

background-color css

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

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

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

border-color css

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

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

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