Shades of Old Rose #C83155
Tints of Old Rose #C83155
RGB
CMYK
RGB Variations
Color information
#C83155 (or 0xC83155) is known color: Old Rose. HEX triplet: C8, 31 and 55. RGB value is (200,49,85). Sum of RGB (Red+Green+Blue) = 200+49+85=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C83155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83155 is #37CEAA. Grayscale: #626262. Windows color (decimal): -3657387 or 5583304. OLE color: 5583304.
HSL color Cylindrical-coordinate representation of color #C83155: hue angle of 345.7º degrees, saturation: 0.61, 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 #C83155 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 85 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.22 |
| HSL | 345.7º | 0.61% | 0.49% | - |
| HSV(B) | 345.7º | 0.76% | 0.78% | - |
| XYZ | 26.56 | 15.13 | 10.12 | - |
| YUV | 98.25 | 120.53 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 85 | 0 | 0.76 | 0.58 | 0.22 | 345.7 | 0.61 | 0.49 |
| Hex | C8 | 31 | 55 | 0 | 4C | 3A | 16 | 15A | 3D | 31 |
| Octal | 310 | 61 | 125 | 0 | 114 | 72 | 26 | 532 | 75 | 61 |
| Binary | 11001000 | 110001 | 1010101 | 0 | 1001100 | 111010 | 10110 | 101011010 | 111101 | 110001 |
Color Harmonies of #C83155
Complementary color
Monochromatic Colors of #C83155
Black with #C83155
Text Example
Text Example
White with #C83155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83155; }
p { color: rgb(200,49,85); }
H1.HeaderClassName
{
color: #C83155;
}
.AnyTagClassName
{
color: #C83155;
}
</style>
background-color css
<style>
a { background-color: #C83155; }
a { background-color: rgb(200,49,85); }
div.DivClassName
{
background-color: #C83155;
}
.BgClassName
{
background-color: #C83155;
}
</style>
border-color css
<style>
span { border-color: #C83155; }
span { border-color: rgb(200,49,85); }
td.TdClassName
{
border-color: #C83155;
}
.TagClassName
{
border-color: #C83155;
}
</style>