Html Css Color HEX #C24476 Royal Heath

📋 copy color: '#C24476'

red 194 ◦ green 68 ◦ blue 118

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

Shades of Royal Heath #C24476

Tints of Royal Heath #C24476

RGB

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

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

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

R = 51.05%
G = 17.89%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C24476 (or 0xC24476) is known color: Royal Heath. HEX triplet: C2, 44 and 76. RGB value is (194,68,118). Sum of RGB (Red+Green+Blue) = 194+68+118=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C24476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24476 is #3DBB89. Grayscale: #6F6F6F. Windows color (decimal): -4045706 or 7750850. OLE color: 7750850.

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

Color convert

RGB 194 68 118 -
CMYK 0 0.65 0.39 0.24
HSL 336.19º 0.51% 0.51% -
HSV(B) 336.19º 0.65% 0.76% -
XYZ 27.59 16.91 18.95 -
YUV 111.37 131.74 186.93 -
System Red Green Blue C M Y K H S L
Decimal 194 68 118 0 0.65 0.39 0.24 336.19 0.51 0.51
Hex C2 44 76 0 41 27 18 150 33 33
Octal 302 104 166 0 101 47 30 520 63 63
Binary 11000010 1000100 1110110 0 1000001 100111 11000 101010000 110011 110011

Color Harmonies of #C24476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24476

Black with #C24476

Text Example


Text Example

White with #C24476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24476; }

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

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

background-color css

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

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

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

border-color css

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

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

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