Shades of Old Rose #C9255C
Tints of Old Rose #C9255C
RGB
CMYK
RGB Variations
Color information
#C9255C (or 0xC9255C) is known color: Old Rose. HEX triplet: C9, 25 and 5C. RGB value is (201,37,92). Sum of RGB (Red+Green+Blue) = 201+37+92=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9255C is #36DAA3. Grayscale: #5C5C5C. Windows color (decimal): -3594916 or 6038985. OLE color: 6038985.
HSL color Cylindrical-coordinate representation of color #C9255C: hue angle of 339.88º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9255C is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 92 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.21 |
| HSL | 339.88º | 0.69% | 0.47% | - |
| HSV(B) | 339.88º | 0.82% | 0.79% | - |
| XYZ | 26.68 | 14.51 | 11.52 | - |
| YUV | 92.31 | 127.83 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 92 | 0 | 0.82 | 0.54 | 0.21 | 339.88 | 0.69 | 0.47 |
| Hex | C9 | 25 | 5C | 0 | 52 | 36 | 15 | 154 | 45 | 2F |
| Octal | 311 | 45 | 134 | 0 | 122 | 66 | 25 | 524 | 105 | 57 |
| Binary | 11001001 | 100101 | 1011100 | 0 | 1010010 | 110110 | 10101 | 101010100 | 1000101 | 101111 |
Color Harmonies of #C9255C
Complementary color
Monochromatic Colors of #C9255C
Black with #C9255C
Text Example
Text Example
White with #C9255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9255C; }
p { color: rgb(201,37,92); }
H1.HeaderClassName
{
color: #C9255C;
}
.AnyTagClassName
{
color: #C9255C;
}
</style>
background-color css
<style>
a { background-color: #C9255C; }
a { background-color: rgb(201,37,92); }
div.DivClassName
{
background-color: #C9255C;
}
.BgClassName
{
background-color: #C9255C;
}
</style>
border-color css
<style>
span { border-color: #C9255C; }
span { border-color: rgb(201,37,92); }
td.TdClassName
{
border-color: #C9255C;
}
.TagClassName
{
border-color: #C9255C;
}
</style>