Shades of Old Rose #C0285B
Tints of Old Rose #C0285B
RGB
CMYK
RGB Variations
Color information
#C0285B (or 0xC0285B) is known color: Old Rose. HEX triplet: C0, 28 and 5B. RGB value is (192,40,91). Sum of RGB (Red+Green+Blue) = 192+40+91=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C0285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0285B is #3FD7A4. Grayscale: #5B5B5B. Windows color (decimal): -4183973 or 5974208. OLE color: 5974208.
HSL color Cylindrical-coordinate representation of color #C0285B: hue angle of 339.87º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0285B is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 91 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.25 |
| HSL | 339.87º | 0.66% | 0.45% | - |
| HSV(B) | 339.87º | 0.79% | 0.75% | - |
| XYZ | 24.39 | 13.48 | 11.21 | - |
| YUV | 91.26 | 127.86 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 91 | 0 | 0.79 | 0.53 | 0.25 | 339.87 | 0.66 | 0.45 |
| Hex | C0 | 28 | 5B | 0 | 4F | 35 | 19 | 154 | 42 | 2D |
| Octal | 300 | 50 | 133 | 0 | 117 | 65 | 31 | 524 | 102 | 55 |
| Binary | 11000000 | 101000 | 1011011 | 0 | 1001111 | 110101 | 11001 | 101010100 | 1000010 | 101101 |
Color Harmonies of #C0285B
Complementary color
Monochromatic Colors of #C0285B
Black with #C0285B
Text Example
Text Example
White with #C0285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0285B; }
p { color: rgb(192,40,91); }
H1.HeaderClassName
{
color: #C0285B;
}
.AnyTagClassName
{
color: #C0285B;
}
</style>
background-color css
<style>
a { background-color: #C0285B; }
a { background-color: rgb(192,40,91); }
div.DivClassName
{
background-color: #C0285B;
}
.BgClassName
{
background-color: #C0285B;
}
</style>
border-color css
<style>
span { border-color: #C0285B; }
span { border-color: rgb(192,40,91); }
td.TdClassName
{
border-color: #C0285B;
}
.TagClassName
{
border-color: #C0285B;
}
</style>