#C24057

Color #C24057 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C24057

Tints of Old Rose #C24057

Color information

#C24057 (or 0xC24057) is unknown color: approx Old Rose. HEX triplet: C2, 40 and 57. RGB value is (194,64,87). Sum of RGB (Red+Green+Blue) = 194+64+87=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C24057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24057 is #3DBFA8. Grayscale: #696969. Windows color (decimal): -4046761 or 5718210. OLE color: 5718210.

HSL color Cylindrical-coordinate representation of color #C24057: hue angle of 349.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 #C24057 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB1946487-
CMYK00.670.550.24
HSL349.38º51.59%50.59%-
HSV(B)349.38º67.01%76.08%-
XYZ25.815.8210.71-
YUV105.49117.57191.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.23%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 87 (34.38% from 255) = 25.22%
R=56.23%
G=18.55%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194648700.670.550.24349.3851.5950.59
HexC24057043371815d3433
Octal302100127010367305356463
Binary11000010100000010101110100001111011111000101011101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24057; }

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

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

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

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

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

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

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

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