Shades of Old Rose #C83957
Tints of Old Rose #C83957
RGB
CMYK
RGB Variations
Color information
#C83957 (or 0xC83957) is known color: Old Rose. HEX triplet: C8, 39 and 57. RGB value is (200,57,87). Sum of RGB (Red+Green+Blue) = 200+57+87=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C83957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83957 is #37C6A8. Grayscale: #676767. Windows color (decimal): -3655337 or 5716424. OLE color: 5716424.
HSL color Cylindrical-coordinate representation of color #C83957: hue angle of 347.41º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83957 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 87 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.22 |
| HSL | 347.41º | 0.57% | 0.5% | - |
| HSV(B) | 347.41º | 0.72% | 0.78% | - |
| XYZ | 27 | 15.89 | 10.66 | - |
| YUV | 103.18 | 118.88 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 87 | 0 | 0.72 | 0.56 | 0.22 | 347.41 | 0.57 | 0.5 |
| Hex | C8 | 39 | 57 | 0 | 48 | 38 | 16 | 15B | 39 | 32 |
| Octal | 310 | 71 | 127 | 0 | 110 | 70 | 26 | 533 | 71 | 62 |
| Binary | 11001000 | 111001 | 1010111 | 0 | 1001000 | 111000 | 10110 | 101011011 | 111001 | 110010 |
Color Harmonies of #C83957
Complementary color
Monochromatic Colors of #C83957
Black with #C83957
Text Example
Text Example
White with #C83957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83957; }
p { color: rgb(200,57,87); }
H1.HeaderClassName
{
color: #C83957;
}
.AnyTagClassName
{
color: #C83957;
}
</style>
background-color css
<style>
a { background-color: #C83957; }
a { background-color: rgb(200,57,87); }
div.DivClassName
{
background-color: #C83957;
}
.BgClassName
{
background-color: #C83957;
}
</style>
border-color css
<style>
span { border-color: #C83957; }
span { border-color: rgb(200,57,87); }
td.TdClassName
{
border-color: #C83957;
}
.TagClassName
{
border-color: #C83957;
}
</style>