Shades of Old Rose #C93250
Tints of Old Rose #C93250
RGB
CMYK
RGB Variations
Color information
#C93250 (or 0xC93250) is known color: Old Rose. HEX triplet: C9, 32 and 50. RGB value is (201,50,80). Sum of RGB (Red+Green+Blue) = 201+50+80=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C93250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93250 is #36CDAF. Grayscale: #626262. Windows color (decimal): -3591600 or 5255881. OLE color: 5255881.
HSL color Cylindrical-coordinate representation of color #C93250: hue angle of 348.08º 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 #C93250 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 80 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.21 |
| HSL | 348.08º | 0.6% | 0.49% | - |
| HSV(B) | 348.08º | 0.75% | 0.79% | - |
| XYZ | 26.68 | 15.28 | 9.13 | - |
| YUV | 98.57 | 117.53 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 80 | 0 | 0.75 | 0.60 | 0.21 | 348.08 | 0.6 | 0.49 |
| Hex | C9 | 32 | 50 | 0 | 4B | 3C | 15 | 15C | 3C | 31 |
| Octal | 311 | 62 | 120 | 0 | 113 | 74 | 25 | 534 | 74 | 61 |
| Binary | 11001001 | 110010 | 1010000 | 0 | 1001011 | 111100 | 10101 | 101011100 | 111100 | 110001 |
Color Harmonies of #C93250
Complementary color
Monochromatic Colors of #C93250
Black with #C93250
Text Example
Text Example
White with #C93250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93250; }
p { color: rgb(201,50,80); }
H1.HeaderClassName
{
color: #C93250;
}
.AnyTagClassName
{
color: #C93250;
}
</style>
background-color css
<style>
a { background-color: #C93250; }
a { background-color: rgb(201,50,80); }
div.DivClassName
{
background-color: #C93250;
}
.BgClassName
{
background-color: #C93250;
}
</style>
border-color css
<style>
span { border-color: #C93250; }
span { border-color: rgb(201,50,80); }
td.TdClassName
{
border-color: #C93250;
}
.TagClassName
{
border-color: #C93250;
}
</style>