Html Css Color HEX #C24876 Royal Heath

📋 copy color: '#C24876'

red 194 ◦ green 72 ◦ blue 118

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

Shades of Royal Heath #C24876

Tints of Royal Heath #C24876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.75%

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 50.52%
G = 18.75%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C24876 (or 0xC24876) is known color: Royal Heath. HEX triplet: C2, 48 and 76. RGB value is (194,72,118). Sum of RGB (Red+Green+Blue) = 194+72+118=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C24876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24876 is #3DB789. Grayscale: #717171. Windows color (decimal): -4044682 or 7751874. OLE color: 7751874.

HSL color Cylindrical-coordinate representation of color #C24876: hue angle of 337.38º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24876 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 72 118 -
CMYK 0 0.63 0.39 0.24
HSL 337.38º 0.5% 0.52% -
HSV(B) 337.38º 0.63% 0.76% -
XYZ 27.84 17.41 19.03 -
YUV 113.72 130.42 185.26 -
System Red Green Blue C M Y K H S L
Decimal 194 72 118 0 0.63 0.39 0.24 337.38 0.5 0.52
Hex C2 48 76 0 3F 27 18 151 32 34
Octal 302 110 166 0 77 47 30 521 62 64
Binary 11000010 1001000 1110110 0 111111 100111 11000 101010001 110010 110100

Color Harmonies of #C24876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24876

Black with #C24876

Text Example


Text Example

White with #C24876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24876; }

 p { color: rgb(194,72,118); }

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

background-color css

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

 a { background-color: rgb(194,72,118); }

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

border-color css

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

 span { border-color: rgb(194,72,118); }

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