Shades of Old Rose #C93253
Tints of Old Rose #C93253
RGB
CMYK
RGB Variations
Color information
#C93253 (or 0xC93253) is known color: Old Rose. HEX triplet: C9, 32 and 53. RGB value is (201,50,83). Sum of RGB (Red+Green+Blue) = 201+50+83=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C93253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93253 is #36CDAC. Grayscale: #626262. Windows color (decimal): -3591597 or 5452489. OLE color: 5452489.
HSL color Cylindrical-coordinate representation of color #C93253: hue angle of 346.89º 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 #C93253 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 83 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.21 |
| HSL | 346.89º | 0.6% | 0.49% | - |
| HSV(B) | 346.89º | 0.75% | 0.79% | - |
| XYZ | 26.79 | 15.32 | 9.73 | - |
| YUV | 98.91 | 119.03 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 83 | 0 | 0.75 | 0.59 | 0.21 | 346.89 | 0.6 | 0.49 |
| Hex | C9 | 32 | 53 | 0 | 4B | 3B | 15 | 15B | 3C | 31 |
| Octal | 311 | 62 | 123 | 0 | 113 | 73 | 25 | 533 | 74 | 61 |
| Binary | 11001001 | 110010 | 1010011 | 0 | 1001011 | 111011 | 10101 | 101011011 | 111100 | 110001 |
Color Harmonies of #C93253
Complementary color
Monochromatic Colors of #C93253
Black with #C93253
Text Example
Text Example
White with #C93253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93253; }
p { color: rgb(201,50,83); }
H1.HeaderClassName
{
color: #C93253;
}
.AnyTagClassName
{
color: #C93253;
}
</style>
background-color css
<style>
a { background-color: #C93253; }
a { background-color: rgb(201,50,83); }
div.DivClassName
{
background-color: #C93253;
}
.BgClassName
{
background-color: #C93253;
}
</style>
border-color css
<style>
span { border-color: #C93253; }
span { border-color: rgb(201,50,83); }
td.TdClassName
{
border-color: #C93253;
}
.TagClassName
{
border-color: #C93253;
}
</style>