Shades of Old Rose #C9245B
Tints of Old Rose #C9245B
RGB
CMYK
RGB Variations
Color information
#C9245B (or 0xC9245B) is known color: Old Rose. HEX triplet: C9, 24 and 5B. RGB value is (201,36,91). Sum of RGB (Red+Green+Blue) = 201+36+91=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C9245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9245B is #36DBA4. Grayscale: #5B5B5B. Windows color (decimal): -3595173 or 5973193. OLE color: 5973193.
HSL color Cylindrical-coordinate representation of color #C9245B: hue angle of 340º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9245B is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 91 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.21 |
| HSL | 340º | 0.7% | 0.46% | - |
| HSV(B) | 340º | 0.82% | 0.79% | - |
| XYZ | 26.61 | 14.43 | 11.28 | - |
| YUV | 91.61 | 127.66 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 91 | 0 | 0.82 | 0.55 | 0.21 | 340 | 0.7 | 0.46 |
| Hex | C9 | 24 | 5B | 0 | 52 | 37 | 15 | 154 | 46 | 2E |
| Octal | 311 | 44 | 133 | 0 | 122 | 67 | 25 | 524 | 106 | 56 |
| Binary | 11001001 | 100100 | 1011011 | 0 | 1010010 | 110111 | 10101 | 101010100 | 1000110 | 101110 |
Color Harmonies of #C9245B
Complementary color
Monochromatic Colors of #C9245B
Black with #C9245B
Text Example
Text Example
White with #C9245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9245B; }
p { color: rgb(201,36,91); }
H1.HeaderClassName
{
color: #C9245B;
}
.AnyTagClassName
{
color: #C9245B;
}
</style>
background-color css
<style>
a { background-color: #C9245B; }
a { background-color: rgb(201,36,91); }
div.DivClassName
{
background-color: #C9245B;
}
.BgClassName
{
background-color: #C9245B;
}
</style>
border-color css
<style>
span { border-color: #C9245B; }
span { border-color: rgb(201,36,91); }
td.TdClassName
{
border-color: #C9245B;
}
.TagClassName
{
border-color: #C9245B;
}
</style>