#C24570

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

Shades of Royal Heath #C24570

Tints of Royal Heath #C24570

Color information

#C24570 (or 0xC24570) is unknown color: approx Royal Heath. HEX triplet: C2, 45 and 70. RGB value is (194,69,112). Sum of RGB (Red+Green+Blue) = 194+69+112=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C24570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24570 is #3DBA8F. Grayscale: #6F6F6F. Windows color (decimal): -4045456 or 7357890. OLE color: 7357890.

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

Color convert

RGB19469112-
CMYK00.640.420.24
HSL339.36º50.61%51.57%-
HSV(B)339.36º64.43%76.08%-
XYZ27.316.917.15-
YUV111.28128.41187-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.73%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=51.73%
G=18.4%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946911200.640.420.24339.3650.6151.57
HexC245700402A181533334
Octal302105160010052305236364
Binary11000010100010111100000100000010101011000101010011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24570; }

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

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

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

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

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

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

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

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