Shades of Old Rose #C9334F
Tints of Old Rose #C9334F
RGB
CMYK
RGB Variations
Color information
#C9334F (or 0xC9334F) is known color: Old Rose. HEX triplet: C9, 33 and 4F. RGB value is (201,51,79). Sum of RGB (Red+Green+Blue) = 201+51+79=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9334F is #36CCB0. Grayscale: #636363. Windows color (decimal): -3591345 or 5190601. OLE color: 5190601.
HSL color Cylindrical-coordinate representation of color #C9334F: hue angle of 348.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9334F is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 79 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.21 |
| HSL | 348.8º | 0.6% | 0.49% | - |
| HSV(B) | 348.8º | 0.75% | 0.79% | - |
| XYZ | 26.68 | 15.35 | 8.95 | - |
| YUV | 99.04 | 116.7 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 79 | 0 | 0.75 | 0.61 | 0.21 | 348.8 | 0.6 | 0.49 |
| Hex | C9 | 33 | 4F | 0 | 4B | 3D | 15 | 15D | 3C | 31 |
| Octal | 311 | 63 | 117 | 0 | 113 | 75 | 25 | 535 | 74 | 61 |
| Binary | 11001001 | 110011 | 1001111 | 0 | 1001011 | 111101 | 10101 | 101011101 | 111100 | 110001 |
Color Harmonies of #C9334F
Complementary color
Monochromatic Colors of #C9334F
Black with #C9334F
Text Example
Text Example
White with #C9334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9334F; }
p { color: rgb(201,51,79); }
H1.HeaderClassName
{
color: #C9334F;
}
.AnyTagClassName
{
color: #C9334F;
}
</style>
background-color css
<style>
a { background-color: #C9334F; }
a { background-color: rgb(201,51,79); }
div.DivClassName
{
background-color: #C9334F;
}
.BgClassName
{
background-color: #C9334F;
}
</style>
border-color css
<style>
span { border-color: #C9334F; }
span { border-color: rgb(201,51,79); }
td.TdClassName
{
border-color: #C9334F;
}
.TagClassName
{
border-color: #C9334F;
}
</style>