Html Css Color HEX #C24473 Royal Heath

📋 copy color: '#C24473'

red 194 ◦ green 68 ◦ blue 115

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

Shades of Royal Heath #C24473

Tints of Royal Heath #C24473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.04%

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

R = 51.46%
G = 18.04%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C24473 (or 0xC24473) is known color: Royal Heath. HEX triplet: C2, 44 and 73. RGB value is (194,68,115). Sum of RGB (Red+Green+Blue) = 194+68+115=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C24473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24473 is #3DBB8C. Grayscale: #6E6E6E. Windows color (decimal): -4045709 or 7554242. OLE color: 7554242.

HSL color Cylindrical-coordinate representation of color #C24473: hue angle of 337.62º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24473 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 68 115 -
CMYK 0 0.65 0.41 0.24
HSL 337.62º 0.51% 0.51% -
HSV(B) 337.62º 0.65% 0.76% -
XYZ 27.41 16.84 18.03 -
YUV 111.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 194 68 115 0 0.65 0.41 0.24 337.62 0.51 0.51
Hex C2 44 73 0 41 29 18 152 33 33
Octal 302 104 163 0 101 51 30 522 63 63
Binary 11000010 1000100 1110011 0 1000001 101001 11000 101010010 110011 110011

Color Harmonies of #C24473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24473

Black with #C24473

Text Example


Text Example

White with #C24473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24473; }

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

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

background-color css

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

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

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

border-color css

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

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

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