Shades of Old Rose #C9304D
Tints of Old Rose #C9304D
RGB
CMYK
RGB Variations
Color information
#C9304D (or 0xC9304D) is known color: Old Rose. HEX triplet: C9, 30 and 4D. RGB value is (201,48,77). Sum of RGB (Red+Green+Blue) = 201+48+77=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C9304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9304D is #36CFB2. Grayscale: #616161. Windows color (decimal): -3592115 or 5058761. OLE color: 5058761.
HSL color Cylindrical-coordinate representation of color #C9304D: hue angle of 348.63º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9304D is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 77 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.21 |
| HSL | 348.63º | 0.61% | 0.49% | - |
| HSV(B) | 348.63º | 0.76% | 0.79% | - |
| XYZ | 26.48 | 15.07 | 8.53 | - |
| YUV | 97.05 | 116.69 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 77 | 0 | 0.76 | 0.62 | 0.21 | 348.63 | 0.61 | 0.49 |
| Hex | C9 | 30 | 4D | 0 | 4C | 3E | 15 | 15D | 3D | 31 |
| Octal | 311 | 60 | 115 | 0 | 114 | 76 | 25 | 535 | 75 | 61 |
| Binary | 11001001 | 110000 | 1001101 | 0 | 1001100 | 111110 | 10101 | 101011101 | 111101 | 110001 |
Color Harmonies of #C9304D
Complementary color
Monochromatic Colors of #C9304D
Black with #C9304D
Text Example
Text Example
White with #C9304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9304D; }
p { color: rgb(201,48,77); }
H1.HeaderClassName
{
color: #C9304D;
}
.AnyTagClassName
{
color: #C9304D;
}
</style>
background-color css
<style>
a { background-color: #C9304D; }
a { background-color: rgb(201,48,77); }
div.DivClassName
{
background-color: #C9304D;
}
.BgClassName
{
background-color: #C9304D;
}
</style>
border-color css
<style>
span { border-color: #C9304D; }
span { border-color: rgb(201,48,77); }
td.TdClassName
{
border-color: #C9304D;
}
.TagClassName
{
border-color: #C9304D;
}
</style>