Shades of Old Rose #C93955
Tints of Old Rose #C93955
RGB
CMYK
RGB Variations
Color information
#C93955 (or 0xC93955) is known color: Old Rose. HEX triplet: C9, 39 and 55. RGB value is (201,57,85). Sum of RGB (Red+Green+Blue) = 201+57+85=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C93955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93955 is #36C6AA. Grayscale: #676767. Windows color (decimal): -3589803 or 5585353. OLE color: 5585353.
HSL color Cylindrical-coordinate representation of color #C93955: hue angle of 348.33º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93955 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 85 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.21 |
| HSL | 348.33º | 0.57% | 0.51% | - |
| HSV(B) | 348.33º | 0.72% | 0.79% | - |
| XYZ | 27.19 | 16 | 10.25 | - |
| YUV | 103.25 | 117.71 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 85 | 0 | 0.72 | 0.58 | 0.21 | 348.33 | 0.57 | 0.51 |
| Hex | C9 | 39 | 55 | 0 | 48 | 3A | 15 | 15C | 39 | 33 |
| Octal | 311 | 71 | 125 | 0 | 110 | 72 | 25 | 534 | 71 | 63 |
| Binary | 11001001 | 111001 | 1010101 | 0 | 1001000 | 111010 | 10101 | 101011100 | 111001 | 110011 |
Color Harmonies of #C93955
Complementary color
Monochromatic Colors of #C93955
Black with #C93955
Text Example
Text Example
White with #C93955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93955; }
p { color: rgb(201,57,85); }
H1.HeaderClassName
{
color: #C93955;
}
.AnyTagClassName
{
color: #C93955;
}
</style>
background-color css
<style>
a { background-color: #C93955; }
a { background-color: rgb(201,57,85); }
div.DivClassName
{
background-color: #C93955;
}
.BgClassName
{
background-color: #C93955;
}
</style>
border-color css
<style>
span { border-color: #C93955; }
span { border-color: rgb(201,57,85); }
td.TdClassName
{
border-color: #C93955;
}
.TagClassName
{
border-color: #C93955;
}
</style>