Shades of Old Rose #C82856
Tints of Old Rose #C82856
RGB
CMYK
RGB Variations
Color information
#C82856 (or 0xC82856) is known color: Old Rose. HEX triplet: C8, 28 and 56. RGB value is (200,40,86). Sum of RGB (Red+Green+Blue) = 200+40+86=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C82856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82856 is #37D7A9. Grayscale: #5D5D5D. Windows color (decimal): -3659690 or 5646536. OLE color: 5646536.
HSL color Cylindrical-coordinate representation of color #C82856: hue angle of 342.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82856 is Cyan = 0, Magento = 0.8, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 86 | - |
| CMYK | 0 | 0.8 | 0.57 | 0.22 |
| HSL | 342.75º | 0.67% | 0.47% | - |
| HSV(B) | 342.75º | 0.8% | 0.78% | - |
| XYZ | 26.26 | 14.47 | 10.21 | - |
| YUV | 93.08 | 124.01 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 86 | 0 | 0.8 | 0.57 | 0.22 | 342.75 | 0.67 | 0.47 |
| Hex | C8 | 28 | 56 | 0 | 50 | 39 | 16 | 157 | 43 | 2F |
| Octal | 310 | 50 | 126 | 0 | 120 | 71 | 26 | 527 | 103 | 57 |
| Binary | 11001000 | 101000 | 1010110 | 0 | 1010000 | 111001 | 10110 | 101010111 | 1000011 | 101111 |
Color Harmonies of #C82856
Complementary color
Monochromatic Colors of #C82856
Black with #C82856
Text Example
Text Example
White with #C82856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82856; }
p { color: rgb(200,40,86); }
H1.HeaderClassName
{
color: #C82856;
}
.AnyTagClassName
{
color: #C82856;
}
</style>
background-color css
<style>
a { background-color: #C82856; }
a { background-color: rgb(200,40,86); }
div.DivClassName
{
background-color: #C82856;
}
.BgClassName
{
background-color: #C82856;
}
</style>
border-color css
<style>
span { border-color: #C82856; }
span { border-color: rgb(200,40,86); }
td.TdClassName
{
border-color: #C82856;
}
.TagClassName
{
border-color: #C82856;
}
</style>