Shades of Old Rose #C9374F
Tints of Old Rose #C9374F
RGB
CMYK
RGB Variations
Color information
#C9374F (or 0xC9374F) is known color: Old Rose. HEX triplet: C9, 37 and 4F. RGB value is (201,55,79). Sum of RGB (Red+Green+Blue) = 201+55+79=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C9374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9374F is #36C8B0. Grayscale: #656565. Windows color (decimal): -3590321 or 5191625. OLE color: 5191625.
HSL color Cylindrical-coordinate representation of color #C9374F: hue angle of 350.14º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9374F is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 79 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.21 |
| HSL | 350.14º | 0.57% | 0.5% | - |
| HSV(B) | 350.14º | 0.73% | 0.79% | - |
| XYZ | 26.86 | 15.71 | 9.01 | - |
| YUV | 101.39 | 115.37 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 79 | 0 | 0.73 | 0.61 | 0.21 | 350.14 | 0.57 | 0.5 |
| Hex | C9 | 37 | 4F | 0 | 49 | 3D | 15 | 15E | 39 | 32 |
| Octal | 311 | 67 | 117 | 0 | 111 | 75 | 25 | 536 | 71 | 62 |
| Binary | 11001001 | 110111 | 1001111 | 0 | 1001001 | 111101 | 10101 | 101011110 | 111001 | 110010 |
Color Harmonies of #C9374F
Complementary color
Monochromatic Colors of #C9374F
Black with #C9374F
Text Example
Text Example
White with #C9374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9374F; }
p { color: rgb(201,55,79); }
H1.HeaderClassName
{
color: #C9374F;
}
.AnyTagClassName
{
color: #C9374F;
}
</style>
background-color css
<style>
a { background-color: #C9374F; }
a { background-color: rgb(201,55,79); }
div.DivClassName
{
background-color: #C9374F;
}
.BgClassName
{
background-color: #C9374F;
}
</style>
border-color css
<style>
span { border-color: #C9374F; }
span { border-color: rgb(201,55,79); }
td.TdClassName
{
border-color: #C9374F;
}
.TagClassName
{
border-color: #C9374F;
}
</style>