Shades of Old Rose #C83151
Tints of Old Rose #C83151
RGB
CMYK
RGB Variations
Color information
#C83151 (or 0xC83151) is known color: Old Rose. HEX triplet: C8, 31 and 51. RGB value is (200,49,81). Sum of RGB (Red+Green+Blue) = 200+49+81=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C83151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83151 is #37CEAE. Grayscale: #616161. Windows color (decimal): -3657391 or 5321160. OLE color: 5321160.
HSL color Cylindrical-coordinate representation of color #C83151: hue angle of 347.28º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83151 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 81 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.22 |
| HSL | 347.28º | 0.61% | 0.49% | - |
| HSV(B) | 347.28º | 0.76% | 0.78% | - |
| XYZ | 26.4 | 15.07 | 9.3 | - |
| YUV | 97.8 | 118.53 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 81 | 0 | 0.76 | 0.59 | 0.22 | 347.28 | 0.61 | 0.49 |
| Hex | C8 | 31 | 51 | 0 | 4C | 3B | 16 | 15B | 3D | 31 |
| Octal | 310 | 61 | 121 | 0 | 114 | 73 | 26 | 533 | 75 | 61 |
| Binary | 11001000 | 110001 | 1010001 | 0 | 1001100 | 111011 | 10110 | 101011011 | 111101 | 110001 |
Color Harmonies of #C83151
Complementary color
Monochromatic Colors of #C83151
Black with #C83151
Text Example
Text Example
White with #C83151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83151; }
p { color: rgb(200,49,81); }
H1.HeaderClassName
{
color: #C83151;
}
.AnyTagClassName
{
color: #C83151;
}
</style>
background-color css
<style>
a { background-color: #C83151; }
a { background-color: rgb(200,49,81); }
div.DivClassName
{
background-color: #C83151;
}
.BgClassName
{
background-color: #C83151;
}
</style>
border-color css
<style>
span { border-color: #C83151; }
span { border-color: rgb(200,49,81); }
td.TdClassName
{
border-color: #C83151;
}
.TagClassName
{
border-color: #C83151;
}
</style>