Shades of Old Rose #C83552
Tints of Old Rose #C83552
RGB
CMYK
RGB Variations
Color information
#C83552 (or 0xC83552) is known color: Old Rose. HEX triplet: C8, 35 and 52. RGB value is (200,53,82). Sum of RGB (Red+Green+Blue) = 200+53+82=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C83552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83552 is #37CAAD. Grayscale: #646464. Windows color (decimal): -3656366 or 5387720. OLE color: 5387720.
HSL color Cylindrical-coordinate representation of color #C83552: hue angle of 348.16º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83552 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 82 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.22 |
| HSL | 348.16º | 0.58% | 0.5% | - |
| HSV(B) | 348.16º | 0.74% | 0.78% | - |
| XYZ | 26.62 | 15.43 | 9.56 | - |
| YUV | 100.26 | 117.7 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 82 | 0 | 0.74 | 0.59 | 0.22 | 348.16 | 0.58 | 0.5 |
| Hex | C8 | 35 | 52 | 0 | 4A | 3B | 16 | 15C | 3A | 32 |
| Octal | 310 | 65 | 122 | 0 | 112 | 73 | 26 | 534 | 72 | 62 |
| Binary | 11001000 | 110101 | 1010010 | 0 | 1001010 | 111011 | 10110 | 101011100 | 111010 | 110010 |
Color Harmonies of #C83552
Complementary color
Monochromatic Colors of #C83552
Black with #C83552
Text Example
Text Example
White with #C83552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83552; }
p { color: rgb(200,53,82); }
H1.HeaderClassName
{
color: #C83552;
}
.AnyTagClassName
{
color: #C83552;
}
</style>
background-color css
<style>
a { background-color: #C83552; }
a { background-color: rgb(200,53,82); }
div.DivClassName
{
background-color: #C83552;
}
.BgClassName
{
background-color: #C83552;
}
</style>
border-color css
<style>
span { border-color: #C83552; }
span { border-color: rgb(200,53,82); }
td.TdClassName
{
border-color: #C83552;
}
.TagClassName
{
border-color: #C83552;
}
</style>