Shades of Old Rose #C9335D
Tints of Old Rose #C9335D
RGB
CMYK
RGB Variations
Color information
#C9335D (or 0xC9335D) is known color: Old Rose. HEX triplet: C9, 33 and 5D. RGB value is (201,51,93). Sum of RGB (Red+Green+Blue) = 201+51+93=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9335D is #36CCA2. Grayscale: #646464. Windows color (decimal): -3591331 or 6108105. OLE color: 6108105.
HSL color Cylindrical-coordinate representation of color #C9335D: hue angle of 343.2º 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 #C9335D is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 93 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.21 |
| HSL | 343.2º | 0.6% | 0.49% | - |
| HSV(B) | 343.2º | 0.75% | 0.79% | - |
| XYZ | 27.25 | 15.58 | 11.93 | - |
| YUV | 100.64 | 123.7 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 93 | 0 | 0.75 | 0.54 | 0.21 | 343.2 | 0.6 | 0.49 |
| Hex | C9 | 33 | 5D | 0 | 4B | 36 | 15 | 157 | 3C | 31 |
| Octal | 311 | 63 | 135 | 0 | 113 | 66 | 25 | 527 | 74 | 61 |
| Binary | 11001001 | 110011 | 1011101 | 0 | 1001011 | 110110 | 10101 | 101010111 | 111100 | 110001 |
Color Harmonies of #C9335D
Complementary color
Monochromatic Colors of #C9335D
Black with #C9335D
Text Example
Text Example
White with #C9335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9335D; }
p { color: rgb(201,51,93); }
H1.HeaderClassName
{
color: #C9335D;
}
.AnyTagClassName
{
color: #C9335D;
}
</style>
background-color css
<style>
a { background-color: #C9335D; }
a { background-color: rgb(201,51,93); }
div.DivClassName
{
background-color: #C9335D;
}
.BgClassName
{
background-color: #C9335D;
}
</style>
border-color css
<style>
span { border-color: #C9335D; }
span { border-color: rgb(201,51,93); }
td.TdClassName
{
border-color: #C9335D;
}
.TagClassName
{
border-color: #C9335D;
}
</style>