Shades of Old Rose #C9304C
Tints of Old Rose #C9304C
RGB
CMYK
RGB Variations
Color information
#C9304C (or 0xC9304C) is known color: Old Rose. HEX triplet: C9, 30 and 4C. RGB value is (201,48,76). Sum of RGB (Red+Green+Blue) = 201+48+76=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C9304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9304C is #36CFB3. Grayscale: #606060. Windows color (decimal): -3592116 or 4993225. OLE color: 4993225.
HSL color Cylindrical-coordinate representation of color #C9304C: hue angle of 349.02º 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 #C9304C is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 76 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.21 |
| HSL | 349.02º | 0.61% | 0.49% | - |
| HSV(B) | 349.02º | 0.76% | 0.79% | - |
| XYZ | 26.45 | 15.05 | 8.35 | - |
| YUV | 96.94 | 116.19 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 76 | 0 | 0.76 | 0.62 | 0.21 | 349.02 | 0.61 | 0.49 |
| Hex | C9 | 30 | 4C | 0 | 4C | 3E | 15 | 15D | 3D | 31 |
| Octal | 311 | 60 | 114 | 0 | 114 | 76 | 25 | 535 | 75 | 61 |
| Binary | 11001001 | 110000 | 1001100 | 0 | 1001100 | 111110 | 10101 | 101011101 | 111101 | 110001 |
Color Harmonies of #C9304C
Complementary color
Monochromatic Colors of #C9304C
Black with #C9304C
Text Example
Text Example
White with #C9304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9304C; }
p { color: rgb(201,48,76); }
H1.HeaderClassName
{
color: #C9304C;
}
.AnyTagClassName
{
color: #C9304C;
}
</style>
background-color css
<style>
a { background-color: #C9304C; }
a { background-color: rgb(201,48,76); }
div.DivClassName
{
background-color: #C9304C;
}
.BgClassName
{
background-color: #C9304C;
}
</style>
border-color css
<style>
span { border-color: #C9304C; }
span { border-color: rgb(201,48,76); }
td.TdClassName
{
border-color: #C9304C;
}
.TagClassName
{
border-color: #C9304C;
}
</style>