Html Css Color HEX #C24971 Royal Heath

📋 copy color: '#C24971'

red 194 ◦ green 73 ◦ blue 113

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

Shades of Royal Heath #C24971

Tints of Royal Heath #C24971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.74%

R = 51.05%
G = 19.21%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C24971 (or 0xC24971) is known color: Royal Heath. HEX triplet: C2, 49 and 71. RGB value is (194,73,113). Sum of RGB (Red+Green+Blue) = 194+73+113=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C24971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24971 is #3DB68E. Grayscale: #717171. Windows color (decimal): -4044431 or 7424450. OLE color: 7424450.

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

Color convert

RGB 194 73 113 -
CMYK 0 0.62 0.42 0.24
HSL 340.17º 0.5% 0.52% -
HSV(B) 340.17º 0.62% 0.76% -
XYZ 27.61 17.43 17.53 -
YUV 113.74 127.59 185.25 -
System Red Green Blue C M Y K H S L
Decimal 194 73 113 0 0.62 0.42 0.24 340.17 0.5 0.52
Hex C2 49 71 0 3E 2A 18 154 32 34
Octal 302 111 161 0 76 52 30 524 62 64
Binary 11000010 1001001 1110001 0 111110 101010 11000 101010100 110010 110100

Color Harmonies of #C24971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24971

Black with #C24971

Text Example


Text Example

White with #C24971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24971; }

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

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

background-color css

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

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

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

border-color css

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

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

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