Html Css Color HEX #C24E77 Royal Heath

📋 copy color: '#C24E77'

red 194 ◦ green 78 ◦ blue 119

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

Shades of Royal Heath #C24E77

Tints of Royal Heath #C24E77

RGB

 RED value IS 194 (76.17% from 255) = 49.62%

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

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

R = 49.62%
G = 19.95%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C24E77 (or 0xC24E77) is known color: Royal Heath. HEX triplet: C2, 4E and 77. RGB value is (194,78,119). Sum of RGB (Red+Green+Blue) = 194+78+119=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24E77 is #3DB188. Grayscale: #757575. Windows color (decimal): -4043145 or 7818946. OLE color: 7818946.

HSL color Cylindrical-coordinate representation of color #C24E77: hue angle of 338.79º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24E77 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 78 119 -
CMYK 0 0.60 0.39 0.24
HSL 338.79º 0.49% 0.53% -
HSV(B) 338.79º 0.6% 0.76% -
XYZ 28.3 18.25 19.48 -
YUV 117.36 128.93 182.67 -
System Red Green Blue C M Y K H S L
Decimal 194 78 119 0 0.60 0.39 0.24 338.79 0.49 0.53
Hex C2 4E 77 0 3C 27 18 153 31 35
Octal 302 116 167 0 74 47 30 523 61 65
Binary 11000010 1001110 1110111 0 111100 100111 11000 101010011 110001 110101

Color Harmonies of #C24E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24E77

Black with #C24E77

Text Example


Text Example

White with #C24E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24E77; }

 p { color: rgb(194,78,119); }

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

background-color css

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

 a { background-color: rgb(194,78,119); }

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

border-color css

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

 span { border-color: rgb(194,78,119); }

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