Shades of Old Rose #C9275D
Tints of Old Rose #C9275D
RGB
CMYK
RGB Variations
Color information
#C9275D (or 0xC9275D) is known color: Old Rose. HEX triplet: C9, 27 and 5D. RGB value is (201,39,93). Sum of RGB (Red+Green+Blue) = 201+39+93=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C9275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9275D is #36D8A2. Grayscale: #5D5D5D. Windows color (decimal): -3594403 or 6105033. OLE color: 6105033.
HSL color Cylindrical-coordinate representation of color #C9275D: hue angle of 340º 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 #C9275D is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 93 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.21 |
| HSL | 340º | 0.68% | 0.47% | - |
| HSV(B) | 340º | 0.81% | 0.79% | - |
| XYZ | 26.79 | 14.66 | 11.77 | - |
| YUV | 93.59 | 127.67 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 93 | 0 | 0.81 | 0.54 | 0.21 | 340 | 0.68 | 0.47 |
| Hex | C9 | 27 | 5D | 0 | 51 | 36 | 15 | 154 | 44 | 2F |
| Octal | 311 | 47 | 135 | 0 | 121 | 66 | 25 | 524 | 104 | 57 |
| Binary | 11001001 | 100111 | 1011101 | 0 | 1010001 | 110110 | 10101 | 101010100 | 1000100 | 101111 |
Color Harmonies of #C9275D
Complementary color
Monochromatic Colors of #C9275D
Black with #C9275D
Text Example
Text Example
White with #C9275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9275D; }
p { color: rgb(201,39,93); }
H1.HeaderClassName
{
color: #C9275D;
}
.AnyTagClassName
{
color: #C9275D;
}
</style>
background-color css
<style>
a { background-color: #C9275D; }
a { background-color: rgb(201,39,93); }
div.DivClassName
{
background-color: #C9275D;
}
.BgClassName
{
background-color: #C9275D;
}
</style>
border-color css
<style>
span { border-color: #C9275D; }
span { border-color: rgb(201,39,93); }
td.TdClassName
{
border-color: #C9275D;
}
.TagClassName
{
border-color: #C9275D;
}
</style>