Shades of Old Rose #C24250
Tints of Old Rose #C24250
RGB
CMYK
RGB Variations
Color information
#C24250 (or 0xC24250) is known color: Old Rose. HEX triplet: C2, 42 and 50. RGB value is (194,66,80). Sum of RGB (Red+Green+Blue) = 194+66+80=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C24250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24250 is #3DBDAF. Grayscale: #696969. Windows color (decimal): -4046256 or 5259970. OLE color: 5259970.
HSL color Cylindrical-coordinate representation of color #C24250: hue angle of 353.44º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24250 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 80 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.24 |
| HSL | 353.44º | 0.51% | 0.51% | - |
| HSV(B) | 353.44º | 0.66% | 0.76% | - |
| XYZ | 25.64 | 15.94 | 9.32 | - |
| YUV | 105.87 | 113.41 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 80 | 0 | 0.66 | 0.59 | 0.24 | 353.44 | 0.51 | 0.51 |
| Hex | C2 | 42 | 50 | 0 | 42 | 3B | 18 | 161 | 33 | 33 |
| Octal | 302 | 102 | 120 | 0 | 102 | 73 | 30 | 541 | 63 | 63 |
| Binary | 11000010 | 1000010 | 1010000 | 0 | 1000010 | 111011 | 11000 | 101100001 | 110011 | 110011 |
Color Harmonies of #C24250
Complementary color
Monochromatic Colors of #C24250
Black with #C24250
Text Example
Text Example
White with #C24250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24250; }
p { color: rgb(194,66,80); }
H1.HeaderClassName
{
color: #C24250;
}
.AnyTagClassName
{
color: #C24250;
}
</style>
background-color css
<style>
a { background-color: #C24250; }
a { background-color: rgb(194,66,80); }
div.DivClassName
{
background-color: #C24250;
}
.BgClassName
{
background-color: #C24250;
}
</style>
border-color css
<style>
span { border-color: #C24250; }
span { border-color: rgb(194,66,80); }
td.TdClassName
{
border-color: #C24250;
}
.TagClassName
{
border-color: #C24250;
}
</style>