Shades of Old Rose #C0204D
Tints of Old Rose #C0204D
RGB
CMYK
RGB Variations
Color information
#C0204D (or 0xC0204D) is known color: Old Rose. HEX triplet: C0, 20 and 4D. RGB value is (192,32,77). Sum of RGB (Red+Green+Blue) = 192+32+77=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C0204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0204D is #3FDFB2. Grayscale: #545454. Windows color (decimal): -4186035 or 5054656. OLE color: 5054656.
HSL color Cylindrical-coordinate representation of color #C0204D: hue angle of 343.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0204D is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 77 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.25 |
| HSL | 343.13º | 0.71% | 0.44% | - |
| HSV(B) | 343.13º | 0.83% | 0.75% | - |
| XYZ | 23.59 | 12.78 | 8.24 | - |
| YUV | 84.97 | 123.51 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 77 | 0 | 0.83 | 0.60 | 0.25 | 343.13 | 0.71 | 0.44 |
| Hex | C0 | 20 | 4D | 0 | 53 | 3C | 19 | 157 | 47 | 2C |
| Octal | 300 | 40 | 115 | 0 | 123 | 74 | 31 | 527 | 107 | 54 |
| Binary | 11000000 | 100000 | 1001101 | 0 | 1010011 | 111100 | 11001 | 101010111 | 1000111 | 101100 |
Color Harmonies of #C0204D
Complementary color
Monochromatic Colors of #C0204D
Black with #C0204D
Text Example
Text Example
White with #C0204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0204D; }
p { color: rgb(192,32,77); }
H1.HeaderClassName
{
color: #C0204D;
}
.AnyTagClassName
{
color: #C0204D;
}
</style>
background-color css
<style>
a { background-color: #C0204D; }
a { background-color: rgb(192,32,77); }
div.DivClassName
{
background-color: #C0204D;
}
.BgClassName
{
background-color: #C0204D;
}
</style>
border-color css
<style>
span { border-color: #C0204D; }
span { border-color: rgb(192,32,77); }
td.TdClassName
{
border-color: #C0204D;
}
.TagClassName
{
border-color: #C0204D;
}
</style>