Html Css Color HEX #C24273 Royal Heath

📋 copy color: '#C24273'

red 194 ◦ green 66 ◦ blue 115

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

Shades of Royal Heath #C24273

Tints of Royal Heath #C24273

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.6%

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

R = 51.73%
G = 17.6%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C24273 (or 0xC24273) is known color: Royal Heath. HEX triplet: C2, 42 and 73. RGB value is (194,66,115). Sum of RGB (Red+Green+Blue) = 194+66+115=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C24273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24273 is #3DBD8C. Grayscale: #6D6D6D. Windows color (decimal): -4046221 or 7553730. OLE color: 7553730.

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

Color convert

RGB 194 66 115 -
CMYK 0 0.66 0.41 0.24
HSL 337.03º 0.51% 0.51% -
HSV(B) 337.03º 0.66% 0.76% -
XYZ 27.29 16.6 17.99 -
YUV 109.86 130.91 188.02 -
System Red Green Blue C M Y K H S L
Decimal 194 66 115 0 0.66 0.41 0.24 337.03 0.51 0.51
Hex C2 42 73 0 42 29 18 151 33 33
Octal 302 102 163 0 102 51 30 521 63 63
Binary 11000010 1000010 1110011 0 1000010 101001 11000 101010001 110011 110011

Color Harmonies of #C24273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24273

Black with #C24273

Text Example


Text Example

White with #C24273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24273; }

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

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

background-color css

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

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

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

border-color css

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

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

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