Html Css Color HEX #C24373 Royal Heath

📋 copy color: '#C24373'

red 194 ◦ green 67 ◦ blue 115

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

Shades of Royal Heath #C24373

Tints of Royal Heath #C24373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.82%

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

R = 51.6%
G = 17.82%
B = 30.59%

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

#C24373 (or 0xC24373) is known color: Royal Heath. HEX triplet: C2, 43 and 73. RGB value is (194,67,115). Sum of RGB (Red+Green+Blue) = 194+67+115=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C24373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24373 is #3DBC8C. Grayscale: #6E6E6E. Windows color (decimal): -4045965 or 7553986. OLE color: 7553986.

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

Color convert

RGB 194 67 115 -
CMYK 0 0.65 0.41 0.24
HSL 337.32º 0.51% 0.51% -
HSV(B) 337.32º 0.65% 0.76% -
XYZ 27.35 16.72 18.01 -
YUV 110.45 130.58 187.6 -
System Red Green Blue C M Y K H S L
Decimal 194 67 115 0 0.65 0.41 0.24 337.32 0.51 0.51
Hex C2 43 73 0 41 29 18 151 33 33
Octal 302 103 163 0 101 51 30 521 63 63
Binary 11000010 1000011 1110011 0 1000001 101001 11000 101010001 110011 110011

Color Harmonies of #C24373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24373

Black with #C24373

Text Example


Text Example

White with #C24373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24373; }

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

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

background-color css

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

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

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

border-color css

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

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

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