Shades of Old Rose #C0185C
Tints of Old Rose #C0185C
RGB
CMYK
RGB Variations
Color information
#C0185C (or 0xC0185C) is known color: Old Rose. HEX triplet: C0, 18 and 5C. RGB value is (192,24,92). Sum of RGB (Red+Green+Blue) = 192+24+92=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C0185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0185C is #3FE7A3. Grayscale: #515151. Windows color (decimal): -4188068 or 6035648. OLE color: 6035648.
HSL color Cylindrical-coordinate representation of color #C0185C: hue angle of 335.71º 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 #C0185C is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 92 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.25 |
| HSL | 335.71º | 0.78% | 0.42% | - |
| HSV(B) | 335.71º | 0.88% | 0.75% | - |
| XYZ | 24 | 12.63 | 11.3 | - |
| YUV | 81.98 | 133.66 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 92 | 0 | 0.88 | 0.52 | 0.25 | 335.71 | 0.78 | 0.42 |
| Hex | C0 | 18 | 5C | 0 | 58 | 34 | 19 | 150 | 4E | 2A |
| Octal | 300 | 30 | 134 | 0 | 130 | 64 | 31 | 520 | 116 | 52 |
| Binary | 11000000 | 11000 | 1011100 | 0 | 1011000 | 110100 | 11001 | 101010000 | 1001110 | 101010 |
Color Harmonies of #C0185C
Complementary color
Monochromatic Colors of #C0185C
Black with #C0185C
Text Example
Text Example
White with #C0185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0185C; }
p { color: rgb(192,24,92); }
H1.HeaderClassName
{
color: #C0185C;
}
.AnyTagClassName
{
color: #C0185C;
}
</style>
background-color css
<style>
a { background-color: #C0185C; }
a { background-color: rgb(192,24,92); }
div.DivClassName
{
background-color: #C0185C;
}
.BgClassName
{
background-color: #C0185C;
}
</style>
border-color css
<style>
span { border-color: #C0185C; }
span { border-color: rgb(192,24,92); }
td.TdClassName
{
border-color: #C0185C;
}
.TagClassName
{
border-color: #C0185C;
}
</style>