Shades of Old Rose #C9265D
Tints of Old Rose #C9265D
RGB
CMYK
RGB Variations
Color information
#C9265D (or 0xC9265D) is known color: Old Rose. HEX triplet: C9, 26 and 5D. RGB value is (201,38,93). Sum of RGB (Red+Green+Blue) = 201+38+93=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C9265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9265D is #36D9A2. Grayscale: #5C5C5C. Windows color (decimal): -3594659 or 6104777. OLE color: 6104777.
HSL color Cylindrical-coordinate representation of color #C9265D: hue angle of 339.75º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9265D is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 93 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.21 |
| HSL | 339.75º | 0.68% | 0.47% | - |
| HSV(B) | 339.75º | 0.81% | 0.79% | - |
| XYZ | 26.76 | 14.59 | 11.76 | - |
| YUV | 93.01 | 128 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 93 | 0 | 0.81 | 0.54 | 0.21 | 339.75 | 0.68 | 0.47 |
| Hex | C9 | 26 | 5D | 0 | 51 | 36 | 15 | 154 | 44 | 2F |
| Octal | 311 | 46 | 135 | 0 | 121 | 66 | 25 | 524 | 104 | 57 |
| Binary | 11001001 | 100110 | 1011101 | 0 | 1010001 | 110110 | 10101 | 101010100 | 1000100 | 101111 |
Color Harmonies of #C9265D
Complementary color
Monochromatic Colors of #C9265D
Black with #C9265D
Text Example
Text Example
White with #C9265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9265D; }
p { color: rgb(201,38,93); }
H1.HeaderClassName
{
color: #C9265D;
}
.AnyTagClassName
{
color: #C9265D;
}
</style>
background-color css
<style>
a { background-color: #C9265D; }
a { background-color: rgb(201,38,93); }
div.DivClassName
{
background-color: #C9265D;
}
.BgClassName
{
background-color: #C9265D;
}
</style>
border-color css
<style>
span { border-color: #C9265D; }
span { border-color: rgb(201,38,93); }
td.TdClassName
{
border-color: #C9265D;
}
.TagClassName
{
border-color: #C9265D;
}
</style>