Shades of Old Rose #C8295E
Tints of Old Rose #C8295E
RGB
CMYK
RGB Variations
Color information
#C8295E (or 0xC8295E) is known color: Old Rose. HEX triplet: C8, 29 and 5E. RGB value is (200,41,94). Sum of RGB (Red+Green+Blue) = 200+41+94=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C8295E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8295E is #37D6A1. Grayscale: #5E5E5E. Windows color (decimal): -3659426 or 6171080. OLE color: 6171080.
HSL color Cylindrical-coordinate representation of color #C8295E: hue angle of 340º degrees, saturation: 0.66, 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 #C8295E is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 94 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.22 |
| HSL | 340º | 0.66% | 0.47% | - |
| HSV(B) | 340º | 0.8% | 0.78% | - |
| XYZ | 26.63 | 14.67 | 12.02 | - |
| YUV | 94.58 | 127.68 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 94 | 0 | 0.80 | 0.53 | 0.22 | 340 | 0.66 | 0.47 |
| Hex | C8 | 29 | 5E | 0 | 50 | 35 | 16 | 154 | 42 | 2F |
| Octal | 310 | 51 | 136 | 0 | 120 | 65 | 26 | 524 | 102 | 57 |
| Binary | 11001000 | 101001 | 1011110 | 0 | 1010000 | 110101 | 10110 | 101010100 | 1000010 | 101111 |
Color Harmonies of #C8295E
Complementary color
Monochromatic Colors of #C8295E
Black with #C8295E
Text Example
Text Example
White with #C8295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8295E; }
p { color: rgb(200,41,94); }
H1.HeaderClassName
{
color: #C8295E;
}
.AnyTagClassName
{
color: #C8295E;
}
</style>
background-color css
<style>
a { background-color: #C8295E; }
a { background-color: rgb(200,41,94); }
div.DivClassName
{
background-color: #C8295E;
}
.BgClassName
{
background-color: #C8295E;
}
</style>
border-color css
<style>
span { border-color: #C8295E; }
span { border-color: rgb(200,41,94); }
td.TdClassName
{
border-color: #C8295E;
}
.TagClassName
{
border-color: #C8295E;
}
</style>