Shades of Old Rose #C24057
Tints of Old Rose #C24057
RGB
CMYK
RGB Variations
Color information
#C24057 (or 0xC24057) is known color: 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
| RGB | 194 | 64 | 87 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.24 |
| HSL | 349.38º | 0.52% | 0.51% | - |
| HSV(B) | 349.38º | 0.67% | 0.76% | - |
| XYZ | 25.8 | 15.82 | 10.71 | - |
| YUV | 105.49 | 117.57 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 87 | 0 | 0.67 | 0.55 | 0.24 | 349.38 | 0.52 | 0.51 |
| Hex | C2 | 40 | 57 | 0 | 43 | 37 | 18 | 15D | 34 | 33 |
| Octal | 302 | 100 | 127 | 0 | 103 | 67 | 30 | 535 | 64 | 63 |
| Binary | 11000010 | 1000000 | 1010111 | 0 | 1000011 | 110111 | 11000 | 101011101 | 110100 | 110011 |
Color Harmonies of #C24057
Complementary color
Monochromatic Colors of #C24057
Black with #C24057
Text Example
Text Example
White with #C24057
Text Example
Text Example
HTML Codes & Css Web 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>