Html Css Color HEX #C24A73 Royal Heath

📋 copy color: '#C24A73'

red 194 ◦ green 74 ◦ blue 115

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

Shades of Royal Heath #C24A73

Tints of Royal Heath #C24A73

RGB

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

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

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

R = 50.65%
G = 19.32%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C24A73 (or 0xC24A73) is known color: Royal Heath. HEX triplet: C2, 4A and 73. RGB value is (194,74,115). Sum of RGB (Red+Green+Blue) = 194+74+115=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24A73 is #3DB58C. Grayscale: #727272. Windows color (decimal): -4044173 or 7555778. OLE color: 7555778.

HSL color Cylindrical-coordinate representation of color #C24A73: hue angle of 339.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 #C24A73 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 74 115 -
CMYK 0 0.62 0.41 0.24
HSL 339.5º 0.5% 0.53% -
HSV(B) 339.5º 0.62% 0.76% -
XYZ 27.79 17.6 18.15 -
YUV 114.55 128.26 184.67 -
System Red Green Blue C M Y K H S L
Decimal 194 74 115 0 0.62 0.41 0.24 339.5 0.5 0.53
Hex C2 4A 73 0 3E 29 18 154 32 35
Octal 302 112 163 0 76 51 30 524 62 65
Binary 11000010 1001010 1110011 0 111110 101001 11000 101010100 110010 110101

Color Harmonies of #C24A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A73

Black with #C24A73

Text Example


Text Example

White with #C24A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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