Shades of Old Rose #C9265A
Tints of Old Rose #C9265A
RGB
CMYK
RGB Variations
Color information
#C9265A (or 0xC9265A) is known color: Old Rose. HEX triplet: C9, 26 and 5A. RGB value is (201,38,90). Sum of RGB (Red+Green+Blue) = 201+38+90=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9265A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9265A is #36D9A5. Grayscale: #5C5C5C. Windows color (decimal): -3594662 or 5908169. OLE color: 5908169.
HSL color Cylindrical-coordinate representation of color #C9265A: hue angle of 340.86º 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 #C9265A is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 90 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.21 |
| HSL | 340.86º | 0.68% | 0.47% | - |
| HSV(B) | 340.86º | 0.81% | 0.79% | - |
| XYZ | 26.63 | 14.54 | 11.08 | - |
| YUV | 92.67 | 126.5 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 90 | 0 | 0.81 | 0.55 | 0.21 | 340.86 | 0.68 | 0.47 |
| Hex | C9 | 26 | 5A | 0 | 51 | 37 | 15 | 155 | 44 | 2F |
| Octal | 311 | 46 | 132 | 0 | 121 | 67 | 25 | 525 | 104 | 57 |
| Binary | 11001001 | 100110 | 1011010 | 0 | 1010001 | 110111 | 10101 | 101010101 | 1000100 | 101111 |
Color Harmonies of #C9265A
Complementary color
Monochromatic Colors of #C9265A
Black with #C9265A
Text Example
Text Example
White with #C9265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9265A; }
p { color: rgb(201,38,90); }
H1.HeaderClassName
{
color: #C9265A;
}
.AnyTagClassName
{
color: #C9265A;
}
</style>
background-color css
<style>
a { background-color: #C9265A; }
a { background-color: rgb(201,38,90); }
div.DivClassName
{
background-color: #C9265A;
}
.BgClassName
{
background-color: #C9265A;
}
</style>
border-color css
<style>
span { border-color: #C9265A; }
span { border-color: rgb(201,38,90); }
td.TdClassName
{
border-color: #C9265A;
}
.TagClassName
{
border-color: #C9265A;
}
</style>