Shades of Old Rose #C9384D
Tints of Old Rose #C9384D
RGB
CMYK
RGB Variations
Color information
#C9384D (or 0xC9384D) is known color: Old Rose. HEX triplet: C9, 38 and 4D. RGB value is (201,56,77). Sum of RGB (Red+Green+Blue) = 201+56+77=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C9384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9384D is #36C7B2. Grayscale: #656565. Windows color (decimal): -3590067 or 5060809. OLE color: 5060809.
HSL color Cylindrical-coordinate representation of color #C9384D: hue angle of 351.31º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9384D is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 77 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.21 |
| HSL | 351.31º | 0.57% | 0.5% | - |
| HSV(B) | 351.31º | 0.72% | 0.79% | - |
| XYZ | 26.84 | 15.78 | 8.65 | - |
| YUV | 101.75 | 114.04 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 77 | 0 | 0.72 | 0.62 | 0.21 | 351.31 | 0.57 | 0.5 |
| Hex | C9 | 38 | 4D | 0 | 48 | 3E | 15 | 15F | 39 | 32 |
| Octal | 311 | 70 | 115 | 0 | 110 | 76 | 25 | 537 | 71 | 62 |
| Binary | 11001001 | 111000 | 1001101 | 0 | 1001000 | 111110 | 10101 | 101011111 | 111001 | 110010 |
Color Harmonies of #C9384D
Complementary color
Monochromatic Colors of #C9384D
Black with #C9384D
Text Example
Text Example
White with #C9384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9384D; }
p { color: rgb(201,56,77); }
H1.HeaderClassName
{
color: #C9384D;
}
.AnyTagClassName
{
color: #C9384D;
}
</style>
background-color css
<style>
a { background-color: #C9384D; }
a { background-color: rgb(201,56,77); }
div.DivClassName
{
background-color: #C9384D;
}
.BgClassName
{
background-color: #C9384D;
}
</style>
border-color css
<style>
span { border-color: #C9384D; }
span { border-color: rgb(201,56,77); }
td.TdClassName
{
border-color: #C9384D;
}
.TagClassName
{
border-color: #C9384D;
}
</style>