Html Css Color HEX #C24A74 Royal Heath

📋 copy color: '#C24A74'

red 194 ◦ green 74 ◦ blue 116

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

Shades of Royal Heath #C24A74

Tints of Royal Heath #C24A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.21%

R = 50.52%
G = 19.27%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C24A74 (or 0xC24A74) is known color: Royal Heath. HEX triplet: C2, 4A and 74. RGB value is (194,74,116). Sum of RGB (Red+Green+Blue) = 194+74+116=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24A74 is #3DB58B. Grayscale: #727272. Windows color (decimal): -4044172 or 7621314. OLE color: 7621314.

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

Color convert

RGB 194 74 116 -
CMYK 0 0.62 0.40 0.24
HSL 339º 0.5% 0.53% -
HSV(B) 339º 0.62% 0.76% -
XYZ 27.85 17.63 18.46 -
YUV 114.67 128.76 184.58 -
System Red Green Blue C M Y K H S L
Decimal 194 74 116 0 0.62 0.40 0.24 339 0.5 0.53
Hex C2 4A 74 0 3E 28 18 153 32 35
Octal 302 112 164 0 76 50 30 523 62 65
Binary 11000010 1001010 1110100 0 111110 101000 11000 101010011 110010 110101

Color Harmonies of #C24A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A74

Black with #C24A74

Text Example


Text Example

White with #C24A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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