Shades of Old Rose #C93352
Tints of Old Rose #C93352
RGB
CMYK
RGB Variations
Color information
#C93352 (or 0xC93352) is known color: Old Rose. HEX triplet: C9, 33 and 52. RGB value is (201,51,82). Sum of RGB (Red+Green+Blue) = 201+51+82=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C93352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93352 is #36CCAD. Grayscale: #636363. Windows color (decimal): -3591342 or 5387209. OLE color: 5387209.
HSL color Cylindrical-coordinate representation of color #C93352: hue angle of 347.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 #C93352 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 82 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.21 |
| HSL | 347.6º | 0.6% | 0.49% | - |
| HSV(B) | 347.6º | 0.75% | 0.79% | - |
| XYZ | 26.79 | 15.39 | 9.54 | - |
| YUV | 99.38 | 118.2 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 82 | 0 | 0.75 | 0.59 | 0.21 | 347.6 | 0.6 | 0.49 |
| Hex | C9 | 33 | 52 | 0 | 4B | 3B | 15 | 15C | 3C | 31 |
| Octal | 311 | 63 | 122 | 0 | 113 | 73 | 25 | 534 | 74 | 61 |
| Binary | 11001001 | 110011 | 1010010 | 0 | 1001011 | 111011 | 10101 | 101011100 | 111100 | 110001 |
Color Harmonies of #C93352
Complementary color
Monochromatic Colors of #C93352
Black with #C93352
Text Example
Text Example
White with #C93352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93352; }
p { color: rgb(201,51,82); }
H1.HeaderClassName
{
color: #C93352;
}
.AnyTagClassName
{
color: #C93352;
}
</style>
background-color css
<style>
a { background-color: #C93352; }
a { background-color: rgb(201,51,82); }
div.DivClassName
{
background-color: #C93352;
}
.BgClassName
{
background-color: #C93352;
}
</style>
border-color css
<style>
span { border-color: #C93352; }
span { border-color: rgb(201,51,82); }
td.TdClassName
{
border-color: #C93352;
}
.TagClassName
{
border-color: #C93352;
}
</style>