Shades of Old Rose #C8285B
Tints of Old Rose #C8285B
RGB
CMYK
RGB Variations
Color information
#C8285B (or 0xC8285B) is known color: Old Rose. HEX triplet: C8, 28 and 5B. RGB value is (200,40,91). Sum of RGB (Red+Green+Blue) = 200+40+91=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8285B is #37D7A4. Grayscale: #5D5D5D. Windows color (decimal): -3659685 or 5974216. OLE color: 5974216.
HSL color Cylindrical-coordinate representation of color #C8285B: hue angle of 340.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8285B is Cyan = 0, Magento = 0.8, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 91 | - |
| CMYK | 0 | 0.8 | 0.54 | 0.22 |
| HSL | 340.88º | 0.67% | 0.47% | - |
| HSV(B) | 340.88º | 0.8% | 0.78% | - |
| XYZ | 26.47 | 14.55 | 11.31 | - |
| YUV | 93.65 | 126.51 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 91 | 0 | 0.8 | 0.54 | 0.22 | 340.88 | 0.67 | 0.47 |
| Hex | C8 | 28 | 5B | 0 | 50 | 36 | 16 | 155 | 43 | 2F |
| Octal | 310 | 50 | 133 | 0 | 120 | 66 | 26 | 525 | 103 | 57 |
| Binary | 11001000 | 101000 | 1011011 | 0 | 1010000 | 110110 | 10110 | 101010101 | 1000011 | 101111 |
Color Harmonies of #C8285B
Complementary color
Monochromatic Colors of #C8285B
Black with #C8285B
Text Example
Text Example
White with #C8285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8285B; }
p { color: rgb(200,40,91); }
H1.HeaderClassName
{
color: #C8285B;
}
.AnyTagClassName
{
color: #C8285B;
}
</style>
background-color css
<style>
a { background-color: #C8285B; }
a { background-color: rgb(200,40,91); }
div.DivClassName
{
background-color: #C8285B;
}
.BgClassName
{
background-color: #C8285B;
}
</style>
border-color css
<style>
span { border-color: #C8285B; }
span { border-color: rgb(200,40,91); }
td.TdClassName
{
border-color: #C8285B;
}
.TagClassName
{
border-color: #C8285B;
}
</style>