Shades of Old Rose #C83C57
Tints of Old Rose #C83C57
RGB
CMYK
RGB Variations
Color information
#C83C57 (or 0xC83C57) is known color: Old Rose. HEX triplet: C8, 3C and 57. RGB value is (200,60,87). Sum of RGB (Red+Green+Blue) = 200+60+87=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83C57 is #37C3A8. Grayscale: #686868. Windows color (decimal): -3654569 or 5717192. OLE color: 5717192.
HSL color Cylindrical-coordinate representation of color #C83C57: hue angle of 348.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83C57 is Cyan = 0, Magento = 0.7, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 87 | - |
| CMYK | 0 | 0.7 | 0.56 | 0.22 |
| HSL | 348.43º | 0.56% | 0.51% | - |
| HSV(B) | 348.43º | 0.7% | 0.78% | - |
| XYZ | 27.16 | 16.2 | 10.71 | - |
| YUV | 104.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 87 | 0 | 0.7 | 0.56 | 0.22 | 348.43 | 0.56 | 0.51 |
| Hex | C8 | 3C | 57 | 0 | 46 | 38 | 16 | 15C | 38 | 33 |
| Octal | 310 | 74 | 127 | 0 | 106 | 70 | 26 | 534 | 70 | 63 |
| Binary | 11001000 | 111100 | 1010111 | 0 | 1000110 | 111000 | 10110 | 101011100 | 111000 | 110011 |
Color Harmonies of #C83C57
Complementary color
Monochromatic Colors of #C83C57
Black with #C83C57
Text Example
Text Example
White with #C83C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C57; }
p { color: rgb(200,60,87); }
H1.HeaderClassName
{
color: #C83C57;
}
.AnyTagClassName
{
color: #C83C57;
}
</style>
background-color css
<style>
a { background-color: #C83C57; }
a { background-color: rgb(200,60,87); }
div.DivClassName
{
background-color: #C83C57;
}
.BgClassName
{
background-color: #C83C57;
}
</style>
border-color css
<style>
span { border-color: #C83C57; }
span { border-color: rgb(200,60,87); }
td.TdClassName
{
border-color: #C83C57;
}
.TagClassName
{
border-color: #C83C57;
}
</style>