Shades of Old Rose #C9344B
Tints of Old Rose #C9344B
RGB
CMYK
RGB Variations
Color information
#C9344B (or 0xC9344B) is known color: Old Rose. HEX triplet: C9, 34 and 4B. RGB value is (201,52,75). Sum of RGB (Red+Green+Blue) = 201+52+75=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C9344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9344B is #36CBB4. Grayscale: #636363. Windows color (decimal): -3591093 or 4928713. OLE color: 4928713.
HSL color Cylindrical-coordinate representation of color #C9344B: hue angle of 350.74º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9344B is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 75 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.21 |
| HSL | 350.74º | 0.59% | 0.5% | - |
| HSV(B) | 350.74º | 0.74% | 0.79% | - |
| XYZ | 26.59 | 15.38 | 8.22 | - |
| YUV | 99.17 | 114.36 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 75 | 0 | 0.74 | 0.63 | 0.21 | 350.74 | 0.59 | 0.5 |
| Hex | C9 | 34 | 4B | 0 | 4A | 3F | 15 | 15F | 3B | 32 |
| Octal | 311 | 64 | 113 | 0 | 112 | 77 | 25 | 537 | 73 | 62 |
| Binary | 11001001 | 110100 | 1001011 | 0 | 1001010 | 111111 | 10101 | 101011111 | 111011 | 110010 |
Color Harmonies of #C9344B
Complementary color
Monochromatic Colors of #C9344B
Black with #C9344B
Text Example
Text Example
White with #C9344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9344B; }
p { color: rgb(201,52,75); }
H1.HeaderClassName
{
color: #C9344B;
}
.AnyTagClassName
{
color: #C9344B;
}
</style>
background-color css
<style>
a { background-color: #C9344B; }
a { background-color: rgb(201,52,75); }
div.DivClassName
{
background-color: #C9344B;
}
.BgClassName
{
background-color: #C9344B;
}
</style>
border-color css
<style>
span { border-color: #C9344B; }
span { border-color: rgb(201,52,75); }
td.TdClassName
{
border-color: #C9344B;
}
.TagClassName
{
border-color: #C9344B;
}
</style>