Shades of Old Rose #C9334D
Tints of Old Rose #C9334D
RGB
CMYK
RGB Variations
Color information
#C9334D (or 0xC9334D) is known color: Old Rose. HEX triplet: C9, 33 and 4D. RGB value is (201,51,77). Sum of RGB (Red+Green+Blue) = 201+51+77=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9334D is #36CCB2. Grayscale: #626262. Windows color (decimal): -3591347 or 5059529. OLE color: 5059529.
HSL color Cylindrical-coordinate representation of color #C9334D: hue angle of 349.6º 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 #C9334D is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 77 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.21 |
| HSL | 349.6º | 0.6% | 0.49% | - |
| HSV(B) | 349.6º | 0.75% | 0.79% | - |
| XYZ | 26.61 | 15.32 | 8.58 | - |
| YUV | 98.81 | 115.7 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 77 | 0 | 0.75 | 0.62 | 0.21 | 349.6 | 0.6 | 0.49 |
| Hex | C9 | 33 | 4D | 0 | 4B | 3E | 15 | 15E | 3C | 31 |
| Octal | 311 | 63 | 115 | 0 | 113 | 76 | 25 | 536 | 74 | 61 |
| Binary | 11001001 | 110011 | 1001101 | 0 | 1001011 | 111110 | 10101 | 101011110 | 111100 | 110001 |
Color Harmonies of #C9334D
Complementary color
Monochromatic Colors of #C9334D
Black with #C9334D
Text Example
Text Example
White with #C9334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9334D; }
p { color: rgb(201,51,77); }
H1.HeaderClassName
{
color: #C9334D;
}
.AnyTagClassName
{
color: #C9334D;
}
</style>
background-color css
<style>
a { background-color: #C9334D; }
a { background-color: rgb(201,51,77); }
div.DivClassName
{
background-color: #C9334D;
}
.BgClassName
{
background-color: #C9334D;
}
</style>
border-color css
<style>
span { border-color: #C9334D; }
span { border-color: rgb(201,51,77); }
td.TdClassName
{
border-color: #C9334D;
}
.TagClassName
{
border-color: #C9334D;
}
</style>