Html Css Color HEX #C24A77 Royal Heath

📋 copy color: '#C24A77'

red 194 ◦ green 74 ◦ blue 119

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

Shades of Royal Heath #C24A77

Tints of Royal Heath #C24A77

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.12%

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

R = 50.13%
G = 19.12%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C24A77 (or 0xC24A77) is known color: Royal Heath. HEX triplet: C2, 4A and 77. RGB value is (194,74,119). Sum of RGB (Red+Green+Blue) = 194+74+119=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24A77 is #3DB588. Grayscale: #727272. Windows color (decimal): -4044169 or 7817922. OLE color: 7817922.

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

Color convert

RGB 194 74 119 -
CMYK 0 0.62 0.39 0.24
HSL 337.5º 0.5% 0.53% -
HSV(B) 337.5º 0.62% 0.76% -
XYZ 28.03 17.7 19.39 -
YUV 115.01 130.26 184.34 -
System Red Green Blue C M Y K H S L
Decimal 194 74 119 0 0.62 0.39 0.24 337.5 0.5 0.53
Hex C2 4A 77 0 3E 27 18 152 32 35
Octal 302 112 167 0 76 47 30 522 62 65
Binary 11000010 1001010 1110111 0 111110 100111 11000 101010010 110010 110101

Color Harmonies of #C24A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A77

Black with #C24A77

Text Example


Text Example

White with #C24A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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