Shades of Old Rose #C83355
Tints of Old Rose #C83355
RGB
CMYK
RGB Variations
Color information
#C83355 (or 0xC83355) is known color: Old Rose. HEX triplet: C8, 33 and 55. RGB value is (200,51,85). Sum of RGB (Red+Green+Blue) = 200+51+85=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C83355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83355 is #37CCAA. Grayscale: #636363. Windows color (decimal): -3656875 or 5583816. OLE color: 5583816.
HSL color Cylindrical-coordinate representation of color #C83355: hue angle of 346.31º 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 #C83355 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 85 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.22 |
| HSL | 346.31º | 0.59% | 0.49% | - |
| HSV(B) | 346.31º | 0.75% | 0.78% | - |
| XYZ | 26.64 | 15.3 | 10.14 | - |
| YUV | 99.43 | 119.86 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 85 | 0 | 0.74 | 0.58 | 0.22 | 346.31 | 0.59 | 0.49 |
| Hex | C8 | 33 | 55 | 0 | 4A | 3A | 16 | 15A | 3B | 31 |
| Octal | 310 | 63 | 125 | 0 | 112 | 72 | 26 | 532 | 73 | 61 |
| Binary | 11001000 | 110011 | 1010101 | 0 | 1001010 | 111010 | 10110 | 101011010 | 111011 | 110001 |
Color Harmonies of #C83355
Complementary color
Monochromatic Colors of #C83355
Black with #C83355
Text Example
Text Example
White with #C83355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83355; }
p { color: rgb(200,51,85); }
H1.HeaderClassName
{
color: #C83355;
}
.AnyTagClassName
{
color: #C83355;
}
</style>
background-color css
<style>
a { background-color: #C83355; }
a { background-color: rgb(200,51,85); }
div.DivClassName
{
background-color: #C83355;
}
.BgClassName
{
background-color: #C83355;
}
</style>
border-color css
<style>
span { border-color: #C83355; }
span { border-color: rgb(200,51,85); }
td.TdClassName
{
border-color: #C83355;
}
.TagClassName
{
border-color: #C83355;
}
</style>