Shades of Old Rose #C83156
Tints of Old Rose #C83156
RGB
CMYK
RGB Variations
Color information
#C83156 (or 0xC83156) is known color: Old Rose. HEX triplet: C8, 31 and 56. RGB value is (200,49,86). Sum of RGB (Red+Green+Blue) = 200+49+86=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C83156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83156 is #37CEA9. Grayscale: #626262. Windows color (decimal): -3657386 or 5648840. OLE color: 5648840.
HSL color Cylindrical-coordinate representation of color #C83156: hue angle of 345.3º 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 #C83156 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 86 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.22 |
| HSL | 345.3º | 0.61% | 0.49% | - |
| HSV(B) | 345.3º | 0.76% | 0.78% | - |
| XYZ | 26.6 | 15.15 | 10.33 | - |
| YUV | 98.37 | 121.03 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 86 | 0 | 0.76 | 0.57 | 0.22 | 345.3 | 0.61 | 0.49 |
| Hex | C8 | 31 | 56 | 0 | 4C | 39 | 16 | 159 | 3D | 31 |
| Octal | 310 | 61 | 126 | 0 | 114 | 71 | 26 | 531 | 75 | 61 |
| Binary | 11001000 | 110001 | 1010110 | 0 | 1001100 | 111001 | 10110 | 101011001 | 111101 | 110001 |
Color Harmonies of #C83156
Complementary color
Monochromatic Colors of #C83156
Black with #C83156
Text Example
Text Example
White with #C83156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83156; }
p { color: rgb(200,49,86); }
H1.HeaderClassName
{
color: #C83156;
}
.AnyTagClassName
{
color: #C83156;
}
</style>
background-color css
<style>
a { background-color: #C83156; }
a { background-color: rgb(200,49,86); }
div.DivClassName
{
background-color: #C83156;
}
.BgClassName
{
background-color: #C83156;
}
</style>
border-color css
<style>
span { border-color: #C83156; }
span { border-color: rgb(200,49,86); }
td.TdClassName
{
border-color: #C83156;
}
.TagClassName
{
border-color: #C83156;
}
</style>