#C24071

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

Shades of Royal Heath #C24071

Tints of Royal Heath #C24071

Color information

#C24071 (or 0xC24071) is unknown color: approx Royal Heath. HEX triplet: C2, 40 and 71. RGB value is (194,64,113). Sum of RGB (Red+Green+Blue) = 194+64+113=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C24071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24071 is #3DBF8E. Grayscale: #6C6C6C. Windows color (decimal): -4046735 or 7422146. OLE color: 7422146.

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

Color convert

RGB19464113-
CMYK00.670.420.24
HSL337.38º51.59%50.59%-
HSV(B)337.38º67.01%76.08%-
XYZ27.0616.3317.35-
YUV108.46130.57189.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.29%
GREEN value IS 64 (25.39% from 255) = 17.25%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=52.29%
G=17.25%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946411300.670.420.24337.3851.5950.59
HexC240710432A181513433
Octal302100161010352305216463
Binary11000010100000011100010100001110101011000101010001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24071; }

 p { color: rgb(194,64,113); }

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

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

 a { background-color: rgb(194,64,113); }

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

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

 span { border-color: rgb(194,64,113); }

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