Shades of Old Rose #C83653
Tints of Old Rose #C83653
RGB
CMYK
RGB Variations
Color information
#C83653 (or 0xC83653) is known color: Old Rose. HEX triplet: C8, 36 and 53. RGB value is (200,54,83). Sum of RGB (Red+Green+Blue) = 200+54+83=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C83653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83653 is #37C9AC. Grayscale: #646464. Windows color (decimal): -3656109 or 5453512. OLE color: 5453512.
HSL color Cylindrical-coordinate representation of color #C83653: hue angle of 348.08º 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 #C83653 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 83 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.22 |
| HSL | 348.08º | 0.57% | 0.5% | - |
| HSV(B) | 348.08º | 0.73% | 0.78% | - |
| XYZ | 26.7 | 15.54 | 9.78 | - |
| YUV | 100.96 | 117.87 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 83 | 0 | 0.73 | 0.58 | 0.22 | 348.08 | 0.57 | 0.5 |
| Hex | C8 | 36 | 53 | 0 | 49 | 3A | 16 | 15C | 39 | 32 |
| Octal | 310 | 66 | 123 | 0 | 111 | 72 | 26 | 534 | 71 | 62 |
| Binary | 11001000 | 110110 | 1010011 | 0 | 1001001 | 111010 | 10110 | 101011100 | 111001 | 110010 |
Color Harmonies of #C83653
Complementary color
Monochromatic Colors of #C83653
Black with #C83653
Text Example
Text Example
White with #C83653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83653; }
p { color: rgb(200,54,83); }
H1.HeaderClassName
{
color: #C83653;
}
.AnyTagClassName
{
color: #C83653;
}
</style>
background-color css
<style>
a { background-color: #C83653; }
a { background-color: rgb(200,54,83); }
div.DivClassName
{
background-color: #C83653;
}
.BgClassName
{
background-color: #C83653;
}
</style>
border-color css
<style>
span { border-color: #C83653; }
span { border-color: rgb(200,54,83); }
td.TdClassName
{
border-color: #C83653;
}
.TagClassName
{
border-color: #C83653;
}
</style>