Shades of Old Rose #C83D57
Tints of Old Rose #C83D57
RGB
CMYK
RGB Variations
Color information
#C83D57 (or 0xC83D57) is known color: Old Rose. HEX triplet: C8, 3D and 57. RGB value is (200,61,87). Sum of RGB (Red+Green+Blue) = 200+61+87=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83D57 is #37C2A8. Grayscale: #696969. Windows color (decimal): -3654313 or 5717448. OLE color: 5717448.
HSL color Cylindrical-coordinate representation of color #C83D57: hue angle of 348.78º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83D57 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 87 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.22 |
| HSL | 348.78º | 0.56% | 0.51% | - |
| HSV(B) | 348.78º | 0.7% | 0.78% | - |
| XYZ | 27.21 | 16.3 | 10.73 | - |
| YUV | 105.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 87 | 0 | 0.69 | 0.56 | 0.22 | 348.78 | 0.56 | 0.51 |
| Hex | C8 | 3D | 57 | 0 | 45 | 38 | 16 | 15D | 38 | 33 |
| Octal | 310 | 75 | 127 | 0 | 105 | 70 | 26 | 535 | 70 | 63 |
| Binary | 11001000 | 111101 | 1010111 | 0 | 1000101 | 111000 | 10110 | 101011101 | 111000 | 110011 |
Color Harmonies of #C83D57
Complementary color
Monochromatic Colors of #C83D57
Black with #C83D57
Text Example
Text Example
White with #C83D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D57; }
p { color: rgb(200,61,87); }
H1.HeaderClassName
{
color: #C83D57;
}
.AnyTagClassName
{
color: #C83D57;
}
</style>
background-color css
<style>
a { background-color: #C83D57; }
a { background-color: rgb(200,61,87); }
div.DivClassName
{
background-color: #C83D57;
}
.BgClassName
{
background-color: #C83D57;
}
</style>
border-color css
<style>
span { border-color: #C83D57; }
span { border-color: rgb(200,61,87); }
td.TdClassName
{
border-color: #C83D57;
}
.TagClassName
{
border-color: #C83D57;
}
</style>