Shades of Old Rose #C9345D
Tints of Old Rose #C9345D
RGB
CMYK
RGB Variations
Color information
#C9345D (or 0xC9345D) is known color: Old Rose. HEX triplet: C9, 34 and 5D. RGB value is (201,52,93). Sum of RGB (Red+Green+Blue) = 201+52+93=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9345D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9345D is #36CBA2. Grayscale: #656565. Windows color (decimal): -3591075 or 6108361. OLE color: 6108361.
HSL color Cylindrical-coordinate representation of color #C9345D: hue angle of 343.49º 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 #C9345D is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 93 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.21 |
| HSL | 343.49º | 0.59% | 0.5% | - |
| HSV(B) | 343.49º | 0.74% | 0.79% | - |
| XYZ | 27.29 | 15.66 | 11.94 | - |
| YUV | 101.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 93 | 0 | 0.74 | 0.54 | 0.21 | 343.49 | 0.59 | 0.5 |
| Hex | C9 | 34 | 5D | 0 | 4A | 36 | 15 | 157 | 3B | 32 |
| Octal | 311 | 64 | 135 | 0 | 112 | 66 | 25 | 527 | 73 | 62 |
| Binary | 11001001 | 110100 | 1011101 | 0 | 1001010 | 110110 | 10101 | 101010111 | 111011 | 110010 |
Color Harmonies of #C9345D
Complementary color
Monochromatic Colors of #C9345D
Black with #C9345D
Text Example
Text Example
White with #C9345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9345D; }
p { color: rgb(201,52,93); }
H1.HeaderClassName
{
color: #C9345D;
}
.AnyTagClassName
{
color: #C9345D;
}
</style>
background-color css
<style>
a { background-color: #C9345D; }
a { background-color: rgb(201,52,93); }
div.DivClassName
{
background-color: #C9345D;
}
.BgClassName
{
background-color: #C9345D;
}
</style>
border-color css
<style>
span { border-color: #C9345D; }
span { border-color: rgb(201,52,93); }
td.TdClassName
{
border-color: #C9345D;
}
.TagClassName
{
border-color: #C9345D;
}
</style>