Html Css Color HEX #C24976 Royal Heath

📋 copy color: '#C24976'

red 194 ◦ green 73 ◦ blue 118

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

Shades of Royal Heath #C24976

Tints of Royal Heath #C24976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.96%

 BLUE value IS 118 (46.48% from 255) = 30.65%

R = 50.39%
G = 18.96%
B = 30.65%

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

#C24976 (or 0xC24976) is known color: Royal Heath. HEX triplet: C2, 49 and 76. RGB value is (194,73,118). Sum of RGB (Red+Green+Blue) = 194+73+118=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C24976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24976 is #3DB689. Grayscale: #727272. Windows color (decimal): -4044426 or 7752130. OLE color: 7752130.

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

Color convert

RGB 194 73 118 -
CMYK 0 0.62 0.39 0.24
HSL 337.69º 0.5% 0.52% -
HSV(B) 337.69º 0.62% 0.76% -
XYZ 27.9 17.54 19.06 -
YUV 114.31 130.09 184.84 -
System Red Green Blue C M Y K H S L
Decimal 194 73 118 0 0.62 0.39 0.24 337.69 0.5 0.52
Hex C2 49 76 0 3E 27 18 152 32 34
Octal 302 111 166 0 76 47 30 522 62 64
Binary 11000010 1001001 1110110 0 111110 100111 11000 101010010 110010 110100

Color Harmonies of #C24976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24976

Black with #C24976

Text Example


Text Example

White with #C24976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24976; }

 p { color: rgb(194,73,118); }

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

background-color css

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

 a { background-color: rgb(194,73,118); }

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

border-color css

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

 span { border-color: rgb(194,73,118); }

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