Shades of Old Rose #C9265C
Tints of Old Rose #C9265C
RGB
CMYK
RGB Variations
Color information
#C9265C (or 0xC9265C) is known color: Old Rose. HEX triplet: C9, 26 and 5C. RGB value is (201,38,92). Sum of RGB (Red+Green+Blue) = 201+38+92=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9265C is #36D9A3. Grayscale: #5C5C5C. Windows color (decimal): -3594660 or 6039241. OLE color: 6039241.
HSL color Cylindrical-coordinate representation of color #C9265C: hue angle of 340.12º 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 #C9265C is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 92 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.21 |
| HSL | 340.12º | 0.68% | 0.47% | - |
| HSV(B) | 340.12º | 0.81% | 0.79% | - |
| XYZ | 26.71 | 14.58 | 11.53 | - |
| YUV | 92.89 | 127.5 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 92 | 0 | 0.81 | 0.54 | 0.21 | 340.12 | 0.68 | 0.47 |
| Hex | C9 | 26 | 5C | 0 | 51 | 36 | 15 | 154 | 44 | 2F |
| Octal | 311 | 46 | 134 | 0 | 121 | 66 | 25 | 524 | 104 | 57 |
| Binary | 11001001 | 100110 | 1011100 | 0 | 1010001 | 110110 | 10101 | 101010100 | 1000100 | 101111 |
Color Harmonies of #C9265C
Complementary color
Monochromatic Colors of #C9265C
Black with #C9265C
Text Example
Text Example
White with #C9265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9265C; }
p { color: rgb(201,38,92); }
H1.HeaderClassName
{
color: #C9265C;
}
.AnyTagClassName
{
color: #C9265C;
}
</style>
background-color css
<style>
a { background-color: #C9265C; }
a { background-color: rgb(201,38,92); }
div.DivClassName
{
background-color: #C9265C;
}
.BgClassName
{
background-color: #C9265C;
}
</style>
border-color css
<style>
span { border-color: #C9265C; }
span { border-color: rgb(201,38,92); }
td.TdClassName
{
border-color: #C9265C;
}
.TagClassName
{
border-color: #C9265C;
}
</style>