Shades of Old Rose #C9335B
Tints of Old Rose #C9335B
RGB
CMYK
RGB Variations
Color information
#C9335B (or 0xC9335B) is known color: Old Rose. HEX triplet: C9, 33 and 5B. RGB value is (201,51,91). Sum of RGB (Red+Green+Blue) = 201+51+91=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C9335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9335B is #36CCA4. Grayscale: #646464. Windows color (decimal): -3591333 or 5977033. OLE color: 5977033.
HSL color Cylindrical-coordinate representation of color #C9335B: hue angle of 344º 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 #C9335B is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 91 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.21 |
| HSL | 344º | 0.6% | 0.49% | - |
| HSV(B) | 344º | 0.75% | 0.79% | - |
| XYZ | 27.16 | 15.54 | 11.47 | - |
| YUV | 100.41 | 122.7 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 91 | 0 | 0.75 | 0.55 | 0.21 | 344 | 0.6 | 0.49 |
| Hex | C9 | 33 | 5B | 0 | 4B | 37 | 15 | 158 | 3C | 31 |
| Octal | 311 | 63 | 133 | 0 | 113 | 67 | 25 | 530 | 74 | 61 |
| Binary | 11001001 | 110011 | 1011011 | 0 | 1001011 | 110111 | 10101 | 101011000 | 111100 | 110001 |
Color Harmonies of #C9335B
Complementary color
Monochromatic Colors of #C9335B
Black with #C9335B
Text Example
Text Example
White with #C9335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9335B; }
p { color: rgb(201,51,91); }
H1.HeaderClassName
{
color: #C9335B;
}
.AnyTagClassName
{
color: #C9335B;
}
</style>
background-color css
<style>
a { background-color: #C9335B; }
a { background-color: rgb(201,51,91); }
div.DivClassName
{
background-color: #C9335B;
}
.BgClassName
{
background-color: #C9335B;
}
</style>
border-color css
<style>
span { border-color: #C9335B; }
span { border-color: rgb(201,51,91); }
td.TdClassName
{
border-color: #C9335B;
}
.TagClassName
{
border-color: #C9335B;
}
</style>