Shades of Old Rose #C83359
Tints of Old Rose #C83359
RGB
CMYK
RGB Variations
Color information
#C83359 (or 0xC83359) is known color: Old Rose. HEX triplet: C8, 33 and 59. RGB value is (200,51,89). Sum of RGB (Red+Green+Blue) = 200+51+89=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C83359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83359 is #37CCA6. Grayscale: #636363. Windows color (decimal): -3656871 or 5845960. OLE color: 5845960.
HSL color Cylindrical-coordinate representation of color #C83359: hue angle of 344.7º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83359 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 89 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.22 |
| HSL | 344.7º | 0.59% | 0.49% | - |
| HSV(B) | 344.7º | 0.75% | 0.78% | - |
| XYZ | 26.81 | 15.37 | 11 | - |
| YUV | 99.88 | 121.86 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 89 | 0 | 0.74 | 0.56 | 0.22 | 344.7 | 0.59 | 0.49 |
| Hex | C8 | 33 | 59 | 0 | 4A | 38 | 16 | 159 | 3B | 31 |
| Octal | 310 | 63 | 131 | 0 | 112 | 70 | 26 | 531 | 73 | 61 |
| Binary | 11001000 | 110011 | 1011001 | 0 | 1001010 | 111000 | 10110 | 101011001 | 111011 | 110001 |
Color Harmonies of #C83359
Complementary color
Monochromatic Colors of #C83359
Black with #C83359
Text Example
Text Example
White with #C83359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83359; }
p { color: rgb(200,51,89); }
H1.HeaderClassName
{
color: #C83359;
}
.AnyTagClassName
{
color: #C83359;
}
</style>
background-color css
<style>
a { background-color: #C83359; }
a { background-color: rgb(200,51,89); }
div.DivClassName
{
background-color: #C83359;
}
.BgClassName
{
background-color: #C83359;
}
</style>
border-color css
<style>
span { border-color: #C83359; }
span { border-color: rgb(200,51,89); }
td.TdClassName
{
border-color: #C83359;
}
.TagClassName
{
border-color: #C83359;
}
</style>