Shades of Old Rose #C9404D
Tints of Old Rose #C9404D
RGB
CMYK
RGB Variations
Color information
#C9404D (or 0xC9404D) is known color: Old Rose. HEX triplet: C9, 40 and 4D. RGB value is (201,64,77). Sum of RGB (Red+Green+Blue) = 201+64+77=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C9404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9404D is #36BFB2. Grayscale: #6A6A6A. Windows color (decimal): -3588019 or 5062857. OLE color: 5062857.
HSL color Cylindrical-coordinate representation of color #C9404D: hue angle of 354.31º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9404D is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 77 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.21 |
| HSL | 354.31º | 0.56% | 0.52% | - |
| HSV(B) | 354.31º | 0.68% | 0.79% | - |
| XYZ | 27.26 | 16.62 | 8.79 | - |
| YUV | 106.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 77 | 0 | 0.68 | 0.62 | 0.21 | 354.31 | 0.56 | 0.52 |
| Hex | C9 | 40 | 4D | 0 | 44 | 3E | 15 | 162 | 38 | 34 |
| Octal | 311 | 100 | 115 | 0 | 104 | 76 | 25 | 542 | 70 | 64 |
| Binary | 11001001 | 1000000 | 1001101 | 0 | 1000100 | 111110 | 10101 | 101100010 | 111000 | 110100 |
Color Harmonies of #C9404D
Complementary color
Monochromatic Colors of #C9404D
Black with #C9404D
Text Example
Text Example
White with #C9404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9404D; }
p { color: rgb(201,64,77); }
H1.HeaderClassName
{
color: #C9404D;
}
.AnyTagClassName
{
color: #C9404D;
}
</style>
background-color css
<style>
a { background-color: #C9404D; }
a { background-color: rgb(201,64,77); }
div.DivClassName
{
background-color: #C9404D;
}
.BgClassName
{
background-color: #C9404D;
}
</style>
border-color css
<style>
span { border-color: #C9404D; }
span { border-color: rgb(201,64,77); }
td.TdClassName
{
border-color: #C9404D;
}
.TagClassName
{
border-color: #C9404D;
}
</style>