Shades of Old Rose #C24053
Tints of Old Rose #C24053
RGB
CMYK
RGB Variations
Color information
#C24053 (or 0xC24053) is known color: Old Rose. HEX triplet: C2, 40 and 53. RGB value is (194,64,83). Sum of RGB (Red+Green+Blue) = 194+64+83=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C24053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24053 is #3DBFAC. Grayscale: #696969. Windows color (decimal): -4046765 or 5456066. OLE color: 5456066.
HSL color Cylindrical-coordinate representation of color #C24053: hue angle of 351.23º 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 #C24053 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 83 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.24 |
| HSL | 351.23º | 0.52% | 0.51% | - |
| HSV(B) | 351.23º | 0.67% | 0.76% | - |
| XYZ | 25.64 | 15.76 | 9.87 | - |
| YUV | 105.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 83 | 0 | 0.67 | 0.57 | 0.24 | 351.23 | 0.52 | 0.51 |
| Hex | C2 | 40 | 53 | 0 | 43 | 39 | 18 | 15F | 34 | 33 |
| Octal | 302 | 100 | 123 | 0 | 103 | 71 | 30 | 537 | 64 | 63 |
| Binary | 11000010 | 1000000 | 1010011 | 0 | 1000011 | 111001 | 11000 | 101011111 | 110100 | 110011 |
Color Harmonies of #C24053
Complementary color
Monochromatic Colors of #C24053
Black with #C24053
Text Example
Text Example
White with #C24053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24053; }
p { color: rgb(194,64,83); }
H1.HeaderClassName
{
color: #C24053;
}
.AnyTagClassName
{
color: #C24053;
}
</style>
background-color css
<style>
a { background-color: #C24053; }
a { background-color: rgb(194,64,83); }
div.DivClassName
{
background-color: #C24053;
}
.BgClassName
{
background-color: #C24053;
}
</style>
border-color css
<style>
span { border-color: #C24053; }
span { border-color: rgb(194,64,83); }
td.TdClassName
{
border-color: #C24053;
}
.TagClassName
{
border-color: #C24053;
}
</style>