Html Css Color HEX #C24973 Royal Heath

📋 copy color: '#C24973'

red 194 ◦ green 73 ◦ blue 115

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

Shades of Royal Heath #C24973

Tints of Royal Heath #C24973

RGB

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

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

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

R = 50.79%
G = 19.11%
B = 30.1%

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

#C24973 (or 0xC24973) is known color: Royal Heath. HEX triplet: C2, 49 and 73. RGB value is (194,73,115). Sum of RGB (Red+Green+Blue) = 194+73+115=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C24973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24973 is #3DB68C. Grayscale: #717171. Windows color (decimal): -4044429 or 7555522. OLE color: 7555522.

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

Color convert

RGB 194 73 115 -
CMYK 0 0.62 0.41 0.24
HSL 339.17º 0.5% 0.52% -
HSV(B) 339.17º 0.62% 0.76% -
XYZ 27.73 17.47 18.13 -
YUV 113.97 128.59 185.08 -
System Red Green Blue C M Y K H S L
Decimal 194 73 115 0 0.62 0.41 0.24 339.17 0.5 0.52
Hex C2 49 73 0 3E 29 18 153 32 34
Octal 302 111 163 0 76 51 30 523 62 64
Binary 11000010 1001001 1110011 0 111110 101001 11000 101010011 110010 110100

Color Harmonies of #C24973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24973

Black with #C24973

Text Example


Text Example

White with #C24973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24973; }

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

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

background-color css

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

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

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

border-color css

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

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

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