Shades of Old Rose #C9315B
Tints of Old Rose #C9315B
RGB
CMYK
RGB Variations
Color information
#C9315B (or 0xC9315B) is known color: Old Rose. HEX triplet: C9, 31 and 5B. RGB value is (201,49,91). Sum of RGB (Red+Green+Blue) = 201+49+91=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C9315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9315B is #36CEA4. Grayscale: #636363. Windows color (decimal): -3591845 or 5976521. OLE color: 5976521.
HSL color Cylindrical-coordinate representation of color #C9315B: hue angle of 343.42º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9315B is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 91 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.21 |
| HSL | 343.42º | 0.61% | 0.49% | - |
| HSV(B) | 343.42º | 0.76% | 0.79% | - |
| XYZ | 27.07 | 15.37 | 11.44 | - |
| YUV | 99.24 | 123.36 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 91 | 0 | 0.76 | 0.55 | 0.21 | 343.42 | 0.61 | 0.49 |
| Hex | C9 | 31 | 5B | 0 | 4C | 37 | 15 | 157 | 3D | 31 |
| Octal | 311 | 61 | 133 | 0 | 114 | 67 | 25 | 527 | 75 | 61 |
| Binary | 11001001 | 110001 | 1011011 | 0 | 1001100 | 110111 | 10101 | 101010111 | 111101 | 110001 |
Color Harmonies of #C9315B
Complementary color
Monochromatic Colors of #C9315B
Black with #C9315B
Text Example
Text Example
White with #C9315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9315B; }
p { color: rgb(201,49,91); }
H1.HeaderClassName
{
color: #C9315B;
}
.AnyTagClassName
{
color: #C9315B;
}
</style>
background-color css
<style>
a { background-color: #C9315B; }
a { background-color: rgb(201,49,91); }
div.DivClassName
{
background-color: #C9315B;
}
.BgClassName
{
background-color: #C9315B;
}
</style>
border-color css
<style>
span { border-color: #C9315B; }
span { border-color: rgb(201,49,91); }
td.TdClassName
{
border-color: #C9315B;
}
.TagClassName
{
border-color: #C9315B;
}
</style>