#C24975

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

Shades of Royal Heath #C24975

Tints of Royal Heath #C24975

Color information

#C24975 (or 0xC24975) is unknown color: approx Royal Heath. HEX triplet: C2, 49 and 75. RGB value is (194,73,117). Sum of RGB (Red+Green+Blue) = 194+73+117=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C24975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24975 is #3DB68A. Grayscale: #727272. Windows color (decimal): -4044427 or 7686594. OLE color: 7686594.

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

Color convert

RGB19473117-
CMYK00.620.400.24
HSL338.18º49.79%52.35%-
HSV(B)338.18º62.37%76.08%-
XYZ27.8417.5218.74-
YUV114.2129.59184.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.52%
GREEN value IS 73 (28.91% from 255) = 19.01%
BLUE value IS 117 (46.09% from 255) = 30.47%
R=50.52%
G=19.01%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947311700.620.400.24338.1849.7952.35
HexC2497503E28181523234
Octal30211116507650305226264
Binary1100001010010011110101011111010100011000101010010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24975; }

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

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

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

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

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

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

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

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