Shades of Old Rose #C83656
Tints of Old Rose #C83656
RGB
CMYK
RGB Variations
Color information
#C83656 (or 0xC83656) is known color: Old Rose. HEX triplet: C8, 36 and 56. RGB value is (200,54,86). Sum of RGB (Red+Green+Blue) = 200+54+86=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C83656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83656 is #37C9A9. Grayscale: #656565. Windows color (decimal): -3656106 or 5650120. OLE color: 5650120.
HSL color Cylindrical-coordinate representation of color #C83656: hue angle of 346.85º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83656 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 86 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.22 |
| HSL | 346.85º | 0.57% | 0.5% | - |
| HSV(B) | 346.85º | 0.73% | 0.78% | - |
| XYZ | 26.82 | 15.59 | 10.4 | - |
| YUV | 101.3 | 119.37 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 86 | 0 | 0.73 | 0.57 | 0.22 | 346.85 | 0.57 | 0.5 |
| Hex | C8 | 36 | 56 | 0 | 49 | 39 | 16 | 15B | 39 | 32 |
| Octal | 310 | 66 | 126 | 0 | 111 | 71 | 26 | 533 | 71 | 62 |
| Binary | 11001000 | 110110 | 1010110 | 0 | 1001001 | 111001 | 10110 | 101011011 | 111001 | 110010 |
Color Harmonies of #C83656
Complementary color
Monochromatic Colors of #C83656
Black with #C83656
Text Example
Text Example
White with #C83656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83656; }
p { color: rgb(200,54,86); }
H1.HeaderClassName
{
color: #C83656;
}
.AnyTagClassName
{
color: #C83656;
}
</style>
background-color css
<style>
a { background-color: #C83656; }
a { background-color: rgb(200,54,86); }
div.DivClassName
{
background-color: #C83656;
}
.BgClassName
{
background-color: #C83656;
}
</style>
border-color css
<style>
span { border-color: #C83656; }
span { border-color: rgb(200,54,86); }
td.TdClassName
{
border-color: #C83656;
}
.TagClassName
{
border-color: #C83656;
}
</style>