Shades of Old Rose #C9344E
Tints of Old Rose #C9344E
RGB
CMYK
RGB Variations
Color information
#C9344E (or 0xC9344E) is known color: Old Rose. HEX triplet: C9, 34 and 4E. RGB value is (201,52,78). Sum of RGB (Red+Green+Blue) = 201+52+78=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9344E is #36CBB1. Grayscale: #636363. Windows color (decimal): -3591090 or 5125321. OLE color: 5125321.
HSL color Cylindrical-coordinate representation of color #C9344E: hue angle of 349.53º 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 #C9344E is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 78 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.21 |
| HSL | 349.53º | 0.59% | 0.5% | - |
| HSV(B) | 349.53º | 0.74% | 0.79% | - |
| XYZ | 26.69 | 15.42 | 8.78 | - |
| YUV | 99.52 | 115.86 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 78 | 0 | 0.74 | 0.61 | 0.21 | 349.53 | 0.59 | 0.5 |
| Hex | C9 | 34 | 4E | 0 | 4A | 3D | 15 | 15E | 3B | 32 |
| Octal | 311 | 64 | 116 | 0 | 112 | 75 | 25 | 536 | 73 | 62 |
| Binary | 11001001 | 110100 | 1001110 | 0 | 1001010 | 111101 | 10101 | 101011110 | 111011 | 110010 |
Color Harmonies of #C9344E
Complementary color
Monochromatic Colors of #C9344E
Black with #C9344E
Text Example
Text Example
White with #C9344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9344E; }
p { color: rgb(201,52,78); }
H1.HeaderClassName
{
color: #C9344E;
}
.AnyTagClassName
{
color: #C9344E;
}
</style>
background-color css
<style>
a { background-color: #C9344E; }
a { background-color: rgb(201,52,78); }
div.DivClassName
{
background-color: #C9344E;
}
.BgClassName
{
background-color: #C9344E;
}
</style>
border-color css
<style>
span { border-color: #C9344E; }
span { border-color: rgb(201,52,78); }
td.TdClassName
{
border-color: #C9344E;
}
.TagClassName
{
border-color: #C9344E;
}
</style>