#C24D77

Color #C24D77 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C24D77

Tints of Royal Heath #C24D77

Color information

#C24D77 (or 0xC24D77) is unknown color: approx Royal Heath. HEX triplet: C2, 4D and 77. RGB value is (194,77,119). Sum of RGB (Red+Green+Blue) = 194+77+119=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24D77 is #3DB288. Grayscale: #747474. Windows color (decimal): -4043401 or 7818690. OLE color: 7818690.

HSL color Cylindrical-coordinate representation of color #C24D77: hue angle of 338.46º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24D77 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB19477119-
CMYK00.600.390.24
HSL338.46º48.95%53.14%-
HSV(B)338.46º60.31%76.08%-
XYZ28.2318.1119.46-
YUV116.77129.26183.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.74%
GREEN value IS 77 (30.47% from 255) = 19.74%
BLUE value IS 119 (46.88% from 255) = 30.51%
R=49.74%
G=19.74%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947711900.600.390.24338.4648.9553.14
HexC24D7703C27181523135
Octal30211516707447305226165
Binary1100001010011011110111011110010011111000101010010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24D77; }

 p { color: rgb(194,77,119); }

 H1.HeaderClassName
 {
   color: #C24D77;
 }
 .AnyTagClassName
 {
   color: #C24D77;
 }
</style>
background-color css

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

 a { background-color: rgb(194,77,119); }

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

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

 span { border-color: rgb(194,77,119); }

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