Shades of Old Rose #C83651
Tints of Old Rose #C83651
RGB
CMYK
RGB Variations
Color information
#C83651 (or 0xC83651) is known color: Old Rose. HEX triplet: C8, 36 and 51. RGB value is (200,54,81). Sum of RGB (Red+Green+Blue) = 200+54+81=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C83651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83651 is #37C9AE. Grayscale: #646464. Windows color (decimal): -3656111 or 5322440. OLE color: 5322440.
HSL color Cylindrical-coordinate representation of color #C83651: hue angle of 348.9º 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 #C83651 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 81 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.22 |
| HSL | 348.9º | 0.57% | 0.5% | - |
| HSV(B) | 348.9º | 0.73% | 0.78% | - |
| XYZ | 26.62 | 15.51 | 9.38 | - |
| YUV | 100.73 | 116.87 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 81 | 0 | 0.73 | 0.59 | 0.22 | 348.9 | 0.57 | 0.5 |
| Hex | C8 | 36 | 51 | 0 | 49 | 3B | 16 | 15D | 39 | 32 |
| Octal | 310 | 66 | 121 | 0 | 111 | 73 | 26 | 535 | 71 | 62 |
| Binary | 11001000 | 110110 | 1010001 | 0 | 1001001 | 111011 | 10110 | 101011101 | 111001 | 110010 |
Color Harmonies of #C83651
Complementary color
Monochromatic Colors of #C83651
Black with #C83651
Text Example
Text Example
White with #C83651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83651; }
p { color: rgb(200,54,81); }
H1.HeaderClassName
{
color: #C83651;
}
.AnyTagClassName
{
color: #C83651;
}
</style>
background-color css
<style>
a { background-color: #C83651; }
a { background-color: rgb(200,54,81); }
div.DivClassName
{
background-color: #C83651;
}
.BgClassName
{
background-color: #C83651;
}
</style>
border-color css
<style>
span { border-color: #C83651; }
span { border-color: rgb(200,54,81); }
td.TdClassName
{
border-color: #C83651;
}
.TagClassName
{
border-color: #C83651;
}
</style>