Html Css Color HEX #C24972 Royal Heath

📋 copy color: '#C24972'

red 194 ◦ green 73 ◦ blue 114

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

Shades of Royal Heath #C24972

Tints of Royal Heath #C24972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.92%

R = 50.92%
G = 19.16%
B = 29.92%

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

#C24972 (or 0xC24972) is known color: Royal Heath. HEX triplet: C2, 49 and 72. RGB value is (194,73,114). Sum of RGB (Red+Green+Blue) = 194+73+114=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C24972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24972 is #3DB68D. Grayscale: #717171. Windows color (decimal): -4044430 or 7489986. OLE color: 7489986.

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

Color convert

RGB 194 73 114 -
CMYK 0 0.62 0.41 0.24
HSL 339.67º 0.5% 0.52% -
HSV(B) 339.67º 0.62% 0.76% -
XYZ 27.67 17.45 17.83 -
YUV 113.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 194 73 114 0 0.62 0.41 0.24 339.67 0.5 0.52
Hex C2 49 72 0 3E 29 18 154 32 34
Octal 302 111 162 0 76 51 30 524 62 64
Binary 11000010 1001001 1110010 0 111110 101001 11000 101010100 110010 110100

Color Harmonies of #C24972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24972

Black with #C24972

Text Example


Text Example

White with #C24972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24972; }

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

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

background-color css

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

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

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

border-color css

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

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

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