Shades of Old Rose #C93452
Tints of Old Rose #C93452
RGB
CMYK
RGB Variations
Color information
#C93452 (or 0xC93452) is known color: Old Rose. HEX triplet: C9, 34 and 52. RGB value is (201,52,82). Sum of RGB (Red+Green+Blue) = 201+52+82=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C93452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93452 is #36CBAD. Grayscale: #636363. Windows color (decimal): -3591086 or 5387465. OLE color: 5387465.
HSL color Cylindrical-coordinate representation of color #C93452: hue angle of 347.92º 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 #C93452 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 82 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.21 |
| HSL | 347.92º | 0.59% | 0.5% | - |
| HSV(B) | 347.92º | 0.74% | 0.79% | - |
| XYZ | 26.84 | 15.48 | 9.56 | - |
| YUV | 99.97 | 117.86 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 82 | 0 | 0.74 | 0.59 | 0.21 | 347.92 | 0.59 | 0.5 |
| Hex | C9 | 34 | 52 | 0 | 4A | 3B | 15 | 15C | 3B | 32 |
| Octal | 311 | 64 | 122 | 0 | 112 | 73 | 25 | 534 | 73 | 62 |
| Binary | 11001001 | 110100 | 1010010 | 0 | 1001010 | 111011 | 10101 | 101011100 | 111011 | 110010 |
Color Harmonies of #C93452
Complementary color
Monochromatic Colors of #C93452
Black with #C93452
Text Example
Text Example
White with #C93452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93452; }
p { color: rgb(201,52,82); }
H1.HeaderClassName
{
color: #C93452;
}
.AnyTagClassName
{
color: #C93452;
}
</style>
background-color css
<style>
a { background-color: #C93452; }
a { background-color: rgb(201,52,82); }
div.DivClassName
{
background-color: #C93452;
}
.BgClassName
{
background-color: #C93452;
}
</style>
border-color css
<style>
span { border-color: #C93452; }
span { border-color: rgb(201,52,82); }
td.TdClassName
{
border-color: #C93452;
}
.TagClassName
{
border-color: #C93452;
}
</style>