Shades of Old Rose #C9245C
Tints of Old Rose #C9245C
RGB
CMYK
RGB Variations
Color information
#C9245C (or 0xC9245C) is known color: Old Rose. HEX triplet: C9, 24 and 5C. RGB value is (201,36,92). Sum of RGB (Red+Green+Blue) = 201+36+92=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9245C is #36DBA3. Grayscale: #5B5B5B. Windows color (decimal): -3595172 or 6038729. OLE color: 6038729.
HSL color Cylindrical-coordinate representation of color #C9245C: hue angle of 339.64º 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 #C9245C is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 92 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.21 |
| HSL | 339.64º | 0.7% | 0.46% | - |
| HSV(B) | 339.64º | 0.82% | 0.79% | - |
| XYZ | 26.65 | 14.45 | 11.51 | - |
| YUV | 91.72 | 128.16 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 92 | 0 | 0.82 | 0.54 | 0.21 | 339.64 | 0.7 | 0.46 |
| Hex | C9 | 24 | 5C | 0 | 52 | 36 | 15 | 154 | 46 | 2E |
| Octal | 311 | 44 | 134 | 0 | 122 | 66 | 25 | 524 | 106 | 56 |
| Binary | 11001001 | 100100 | 1011100 | 0 | 1010010 | 110110 | 10101 | 101010100 | 1000110 | 101110 |
Color Harmonies of #C9245C
Complementary color
Monochromatic Colors of #C9245C
Black with #C9245C
Text Example
Text Example
White with #C9245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9245C; }
p { color: rgb(201,36,92); }
H1.HeaderClassName
{
color: #C9245C;
}
.AnyTagClassName
{
color: #C9245C;
}
</style>
background-color css
<style>
a { background-color: #C9245C; }
a { background-color: rgb(201,36,92); }
div.DivClassName
{
background-color: #C9245C;
}
.BgClassName
{
background-color: #C9245C;
}
</style>
border-color css
<style>
span { border-color: #C9245C; }
span { border-color: rgb(201,36,92); }
td.TdClassName
{
border-color: #C9245C;
}
.TagClassName
{
border-color: #C9245C;
}
</style>