Shades of Old Rose #C83551
Tints of Old Rose #C83551
RGB
CMYK
RGB Variations
Color information
#C83551 (or 0xC83551) is known color: Old Rose. HEX triplet: C8, 35 and 51. RGB value is (200,53,81). Sum of RGB (Red+Green+Blue) = 200+53+81=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C83551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83551 is #37CAAE. Grayscale: #646464. Windows color (decimal): -3656367 or 5322184. OLE color: 5322184.
HSL color Cylindrical-coordinate representation of color #C83551: hue angle of 348.57º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83551 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 81 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.22 |
| HSL | 348.57º | 0.58% | 0.5% | - |
| HSV(B) | 348.57º | 0.74% | 0.78% | - |
| XYZ | 26.58 | 15.42 | 9.36 | - |
| YUV | 100.15 | 117.2 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 81 | 0 | 0.74 | 0.59 | 0.22 | 348.57 | 0.58 | 0.5 |
| Hex | C8 | 35 | 51 | 0 | 4A | 3B | 16 | 15D | 3A | 32 |
| Octal | 310 | 65 | 121 | 0 | 112 | 73 | 26 | 535 | 72 | 62 |
| Binary | 11001000 | 110101 | 1010001 | 0 | 1001010 | 111011 | 10110 | 101011101 | 111010 | 110010 |
Color Harmonies of #C83551
Complementary color
Monochromatic Colors of #C83551
Black with #C83551
Text Example
Text Example
White with #C83551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83551; }
p { color: rgb(200,53,81); }
H1.HeaderClassName
{
color: #C83551;
}
.AnyTagClassName
{
color: #C83551;
}
</style>
background-color css
<style>
a { background-color: #C83551; }
a { background-color: rgb(200,53,81); }
div.DivClassName
{
background-color: #C83551;
}
.BgClassName
{
background-color: #C83551;
}
</style>
border-color css
<style>
span { border-color: #C83551; }
span { border-color: rgb(200,53,81); }
td.TdClassName
{
border-color: #C83551;
}
.TagClassName
{
border-color: #C83551;
}
</style>