Shades of Old Rose #C8295D
Tints of Old Rose #C8295D
RGB
CMYK
RGB Variations
Color information
#C8295D (or 0xC8295D) is known color: Old Rose. HEX triplet: C8, 29 and 5D. RGB value is (200,41,93). Sum of RGB (Red+Green+Blue) = 200+41+93=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C8295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8295D is #37D6A2. Grayscale: #5E5E5E. Windows color (decimal): -3659427 or 6105544. OLE color: 6105544.
HSL color Cylindrical-coordinate representation of color #C8295D: hue angle of 340.38º 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 #C8295D is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 93 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.22 |
| HSL | 340.38º | 0.66% | 0.47% | - |
| HSV(B) | 340.38º | 0.8% | 0.78% | - |
| XYZ | 26.59 | 14.66 | 11.78 | - |
| YUV | 94.47 | 127.18 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 93 | 0 | 0.80 | 0.54 | 0.22 | 340.38 | 0.66 | 0.47 |
| Hex | C8 | 29 | 5D | 0 | 50 | 36 | 16 | 154 | 42 | 2F |
| Octal | 310 | 51 | 135 | 0 | 120 | 66 | 26 | 524 | 102 | 57 |
| Binary | 11001000 | 101001 | 1011101 | 0 | 1010000 | 110110 | 10110 | 101010100 | 1000010 | 101111 |
Color Harmonies of #C8295D
Complementary color
Monochromatic Colors of #C8295D
Black with #C8295D
Text Example
Text Example
White with #C8295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8295D; }
p { color: rgb(200,41,93); }
H1.HeaderClassName
{
color: #C8295D;
}
.AnyTagClassName
{
color: #C8295D;
}
</style>
background-color css
<style>
a { background-color: #C8295D; }
a { background-color: rgb(200,41,93); }
div.DivClassName
{
background-color: #C8295D;
}
.BgClassName
{
background-color: #C8295D;
}
</style>
border-color css
<style>
span { border-color: #C8295D; }
span { border-color: rgb(200,41,93); }
td.TdClassName
{
border-color: #C8295D;
}
.TagClassName
{
border-color: #C8295D;
}
</style>