#C24779

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

Shades of Royal Heath #C24779

Tints of Royal Heath #C24779

Color information

#C24779 (or 0xC24779) is unknown color: approx Royal Heath. HEX triplet: C2, 47 and 79. RGB value is (194,71,121). Sum of RGB (Red+Green+Blue) = 194+71+121=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C24779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24779 is #3DB886. Grayscale: #717171. Windows color (decimal): -4044935 or 7948226. OLE color: 7948226.

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

Color convert

RGB19471121-
CMYK00.630.380.24
HSL335.61º50.2%51.96%-
HSV(B)335.61º63.4%76.08%-
XYZ27.9517.3619.97-
YUV113.48132.25185.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.26%
GREEN value IS 71 (28.12% from 255) = 18.39%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=50.26%
G=18.39%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947112100.630.380.24335.6150.251.96
HexC2477903F26181503234
Octal30210717107746305206264
Binary1100001010001111111001011111110011011000101010000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24779; }

 p { color: rgb(194,71,121); }

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

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

 a { background-color: rgb(194,71,121); }

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

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

 span { border-color: rgb(194,71,121); }

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