Shades of Old Rose #C04253
Tints of Old Rose #C04253
RGB
CMYK
RGB Variations
Color information
#C04253 (or 0xC04253) is known color: Old Rose. HEX triplet: C0, 42 and 53. RGB value is (192,66,83). Sum of RGB (Red+Green+Blue) = 192+66+83=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C04253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04253 is #3FBDAC. Grayscale: #696969. Windows color (decimal): -4177325 or 5456576. OLE color: 5456576.
HSL color Cylindrical-coordinate representation of color #C04253: hue angle of 351.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04253 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 83 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.25 |
| HSL | 351.9º | 0.5% | 0.51% | - |
| HSV(B) | 351.9º | 0.66% | 0.75% | - |
| XYZ | 25.25 | 15.73 | 9.89 | - |
| YUV | 105.61 | 115.24 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 83 | 0 | 0.66 | 0.57 | 0.25 | 351.9 | 0.5 | 0.51 |
| Hex | C0 | 42 | 53 | 0 | 42 | 39 | 19 | 160 | 32 | 33 |
| Octal | 300 | 102 | 123 | 0 | 102 | 71 | 31 | 540 | 62 | 63 |
| Binary | 11000000 | 1000010 | 1010011 | 0 | 1000010 | 111001 | 11001 | 101100000 | 110010 | 110011 |
Color Harmonies of #C04253
Complementary color
Monochromatic Colors of #C04253
Black with #C04253
Text Example
Text Example
White with #C04253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04253; }
p { color: rgb(192,66,83); }
H1.HeaderClassName
{
color: #C04253;
}
.AnyTagClassName
{
color: #C04253;
}
</style>
background-color css
<style>
a { background-color: #C04253; }
a { background-color: rgb(192,66,83); }
div.DivClassName
{
background-color: #C04253;
}
.BgClassName
{
background-color: #C04253;
}
</style>
border-color css
<style>
span { border-color: #C04253; }
span { border-color: rgb(192,66,83); }
td.TdClassName
{
border-color: #C04253;
}
.TagClassName
{
border-color: #C04253;
}
</style>