Html Css Color HEX #C44E7C Royal Heath

📋 copy color: '#C44E7C'

red 196 ◦ green 78 ◦ blue 124

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

Shades of Royal Heath #C44E7C

Tints of Royal Heath #C44E7C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.6%

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 49.25%
G = 19.6%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C44E7C (or 0xC44E7C) is known color: Royal Heath. HEX triplet: C4, 4E and 7C. RGB value is (196,78,124). Sum of RGB (Red+Green+Blue) = 196+78+124=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44E7C is #3BB183. Grayscale: #767676. Windows color (decimal): -3912068 or 8146628. OLE color: 8146628.

HSL color Cylindrical-coordinate representation of color #C44E7C: hue angle of 336.61º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44E7C is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 78 124 -
CMYK 0 0.60 0.37 0.23
HSL 336.61º 0.5% 0.54% -
HSV(B) 336.61º 0.6% 0.77% -
XYZ 29.13 18.64 21.13 -
YUV 118.53 131.09 183.26 -
System Red Green Blue C M Y K H S L
Decimal 196 78 124 0 0.60 0.37 0.23 336.61 0.5 0.54
Hex C4 4E 7C 0 3C 25 17 151 32 36
Octal 304 116 174 0 74 45 27 521 62 66
Binary 11000100 1001110 1111100 0 111100 100101 10111 101010001 110010 110110

Color Harmonies of #C44E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44E7C

Black with #C44E7C

Text Example


Text Example

White with #C44E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44E7C; }

 p { color: rgb(196,78,124); }

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

background-color css

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

 a { background-color: rgb(196,78,124); }

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

border-color css

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

 span { border-color: rgb(196,78,124); }

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