#C24970

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

Shades of Royal Heath #C24970

Tints of Royal Heath #C24970

Color information

#C24970 (or 0xC24970) is unknown color: approx Royal Heath. HEX triplet: C2, 49 and 70. RGB value is (194,73,112). Sum of RGB (Red+Green+Blue) = 194+73+112=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C24970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24970 is #3DB68F. Grayscale: #717171. Windows color (decimal): -4044432 or 7358914. OLE color: 7358914.

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

Color convert

RGB19473112-
CMYK00.620.420.24
HSL340.66º49.79%52.35%-
HSV(B)340.66º62.37%76.08%-
XYZ27.5617.417.24-
YUV113.62127.09185.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.19%
GREEN value IS 73 (28.91% from 255) = 19.26%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=51.19%
G=19.26%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947311200.620.420.24340.6649.7952.35
HexC2497003E2A181553234
Octal30211116007652305256264
Binary1100001010010011110000011111010101011000101010101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24970; }

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

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

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

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

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

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

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

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