Shades of Old Rose #C01857
Tints of Old Rose #C01857
RGB
CMYK
RGB Variations
Color information
#C01857 (or 0xC01857) is known color: Old Rose. HEX triplet: C0, 18 and 57. RGB value is (192,24,87). Sum of RGB (Red+Green+Blue) = 192+24+87=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C01857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01857 is #3FE7A8. Grayscale: #515151. Windows color (decimal): -4188073 or 5707968. OLE color: 5707968.
HSL color Cylindrical-coordinate representation of color #C01857: hue angle of 337.5º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01857 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 87 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.25 |
| HSL | 337.5º | 0.78% | 0.42% | - |
| HSV(B) | 337.5º | 0.88% | 0.75% | - |
| XYZ | 23.79 | 12.55 | 10.19 | - |
| YUV | 81.41 | 131.16 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 87 | 0 | 0.88 | 0.55 | 0.25 | 337.5 | 0.78 | 0.42 |
| Hex | C0 | 18 | 57 | 0 | 58 | 37 | 19 | 152 | 4E | 2A |
| Octal | 300 | 30 | 127 | 0 | 130 | 67 | 31 | 522 | 116 | 52 |
| Binary | 11000000 | 11000 | 1010111 | 0 | 1011000 | 110111 | 11001 | 101010010 | 1001110 | 101010 |
Color Harmonies of #C01857
Complementary color
Monochromatic Colors of #C01857
Black with #C01857
Text Example
Text Example
White with #C01857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01857; }
p { color: rgb(192,24,87); }
H1.HeaderClassName
{
color: #C01857;
}
.AnyTagClassName
{
color: #C01857;
}
</style>
background-color css
<style>
a { background-color: #C01857; }
a { background-color: rgb(192,24,87); }
div.DivClassName
{
background-color: #C01857;
}
.BgClassName
{
background-color: #C01857;
}
</style>
border-color css
<style>
span { border-color: #C01857; }
span { border-color: rgb(192,24,87); }
td.TdClassName
{
border-color: #C01857;
}
.TagClassName
{
border-color: #C01857;
}
</style>