Shades of Old Rose #C0285A
Tints of Old Rose #C0285A
RGB
CMYK
RGB Variations
Color information
#C0285A (or 0xC0285A) is known color: Old Rose. HEX triplet: C0, 28 and 5A. RGB value is (192,40,90). Sum of RGB (Red+Green+Blue) = 192+40+90=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0285A is #3FD7A5. Grayscale: #5B5B5B. Windows color (decimal): -4183974 or 5908672. OLE color: 5908672.
HSL color Cylindrical-coordinate representation of color #C0285A: hue angle of 340.26º 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 #C0285A is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 90 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.25 |
| HSL | 340.26º | 0.66% | 0.45% | - |
| HSV(B) | 340.26º | 0.79% | 0.75% | - |
| XYZ | 24.34 | 13.46 | 10.99 | - |
| YUV | 91.15 | 127.36 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 90 | 0 | 0.79 | 0.53 | 0.25 | 340.26 | 0.66 | 0.45 |
| Hex | C0 | 28 | 5A | 0 | 4F | 35 | 19 | 154 | 42 | 2D |
| Octal | 300 | 50 | 132 | 0 | 117 | 65 | 31 | 524 | 102 | 55 |
| Binary | 11000000 | 101000 | 1011010 | 0 | 1001111 | 110101 | 11001 | 101010100 | 1000010 | 101101 |
Color Harmonies of #C0285A
Complementary color
Monochromatic Colors of #C0285A
Black with #C0285A
Text Example
Text Example
White with #C0285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0285A; }
p { color: rgb(192,40,90); }
H1.HeaderClassName
{
color: #C0285A;
}
.AnyTagClassName
{
color: #C0285A;
}
</style>
background-color css
<style>
a { background-color: #C0285A; }
a { background-color: rgb(192,40,90); }
div.DivClassName
{
background-color: #C0285A;
}
.BgClassName
{
background-color: #C0285A;
}
</style>
border-color css
<style>
span { border-color: #C0285A; }
span { border-color: rgb(192,40,90); }
td.TdClassName
{
border-color: #C0285A;
}
.TagClassName
{
border-color: #C0285A;
}
</style>