Shades of Old Rose #C83851
Tints of Old Rose #C83851
RGB
CMYK
RGB Variations
Color information
#C83851 (or 0xC83851) is known color: Old Rose. HEX triplet: C8, 38 and 51. RGB value is (200,56,81). Sum of RGB (Red+Green+Blue) = 200+56+81=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C83851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83851 is #37C7AE. Grayscale: #656565. Windows color (decimal): -3655599 or 5322952. OLE color: 5322952.
HSL color Cylindrical-coordinate representation of color #C83851: hue angle of 349.58º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83851 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 81 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.22 |
| HSL | 349.58º | 0.57% | 0.5% | - |
| HSV(B) | 349.58º | 0.72% | 0.78% | - |
| XYZ | 26.72 | 15.7 | 9.41 | - |
| YUV | 101.91 | 116.21 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 81 | 0 | 0.72 | 0.59 | 0.22 | 349.58 | 0.57 | 0.5 |
| Hex | C8 | 38 | 51 | 0 | 48 | 3B | 16 | 15E | 39 | 32 |
| Octal | 310 | 70 | 121 | 0 | 110 | 73 | 26 | 536 | 71 | 62 |
| Binary | 11001000 | 111000 | 1010001 | 0 | 1001000 | 111011 | 10110 | 101011110 | 111001 | 110010 |
Color Harmonies of #C83851
Complementary color
Monochromatic Colors of #C83851
Black with #C83851
Text Example
Text Example
White with #C83851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83851; }
p { color: rgb(200,56,81); }
H1.HeaderClassName
{
color: #C83851;
}
.AnyTagClassName
{
color: #C83851;
}
</style>
background-color css
<style>
a { background-color: #C83851; }
a { background-color: rgb(200,56,81); }
div.DivClassName
{
background-color: #C83851;
}
.BgClassName
{
background-color: #C83851;
}
</style>
border-color css
<style>
span { border-color: #C83851; }
span { border-color: rgb(200,56,81); }
td.TdClassName
{
border-color: #C83851;
}
.TagClassName
{
border-color: #C83851;
}
</style>