#C24775

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

Shades of Royal Heath #C24775

Tints of Royal Heath #C24775

Color information

#C24775 (or 0xC24775) is unknown color: approx Royal Heath. HEX triplet: C2, 47 and 75. RGB value is (194,71,117). Sum of RGB (Red+Green+Blue) = 194+71+117=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C24775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24775 is #3DB88A. Grayscale: #707070. Windows color (decimal): -4044939 or 7686082. OLE color: 7686082.

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

Color convert

RGB19471117-
CMYK00.630.400.24
HSL337.56º50.2%51.96%-
HSV(B)337.56º63.4%76.08%-
XYZ27.7117.2618.7-
YUV113.02130.25185.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.79%
GREEN value IS 71 (28.12% from 255) = 18.59%
BLUE value IS 117 (46.09% from 255) = 30.63%
R=50.79%
G=18.59%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947111700.630.400.24337.5650.251.96
HexC2477503F28181523234
Octal30210716507750305226264
Binary1100001010001111110101011111110100011000101010010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24775; }

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

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

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

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

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

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

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

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