Shades of Old Rose #C9344F
Tints of Old Rose #C9344F
RGB
CMYK
RGB Variations
Color information
#C9344F (or 0xC9344F) is known color: Old Rose. HEX triplet: C9, 34 and 4F. RGB value is (201,52,79). Sum of RGB (Red+Green+Blue) = 201+52+79=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C9344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9344F is #36CBB0. Grayscale: #636363. Windows color (decimal): -3591089 or 5190857. OLE color: 5190857.
HSL color Cylindrical-coordinate representation of color #C9344F: hue angle of 349.13º 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 #C9344F is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 79 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.21 |
| HSL | 349.13º | 0.59% | 0.5% | - |
| HSV(B) | 349.13º | 0.74% | 0.79% | - |
| XYZ | 26.73 | 15.44 | 8.97 | - |
| YUV | 99.63 | 116.36 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 79 | 0 | 0.74 | 0.61 | 0.21 | 349.13 | 0.59 | 0.5 |
| Hex | C9 | 34 | 4F | 0 | 4A | 3D | 15 | 15D | 3B | 32 |
| Octal | 311 | 64 | 117 | 0 | 112 | 75 | 25 | 535 | 73 | 62 |
| Binary | 11001001 | 110100 | 1001111 | 0 | 1001010 | 111101 | 10101 | 101011101 | 111011 | 110010 |
Color Harmonies of #C9344F
Complementary color
Monochromatic Colors of #C9344F
Black with #C9344F
Text Example
Text Example
White with #C9344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9344F; }
p { color: rgb(201,52,79); }
H1.HeaderClassName
{
color: #C9344F;
}
.AnyTagClassName
{
color: #C9344F;
}
</style>
background-color css
<style>
a { background-color: #C9344F; }
a { background-color: rgb(201,52,79); }
div.DivClassName
{
background-color: #C9344F;
}
.BgClassName
{
background-color: #C9344F;
}
</style>
border-color css
<style>
span { border-color: #C9344F; }
span { border-color: rgb(201,52,79); }
td.TdClassName
{
border-color: #C9344F;
}
.TagClassName
{
border-color: #C9344F;
}
</style>