Shades of Old Rose #C8295B
Tints of Old Rose #C8295B
RGB
CMYK
RGB Variations
Color information
#C8295B (or 0xC8295B) is known color: Old Rose. HEX triplet: C8, 29 and 5B. RGB value is (200,41,91). Sum of RGB (Red+Green+Blue) = 200+41+91=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C8295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8295B is #37D6A4. Grayscale: #5E5E5E. Windows color (decimal): -3659429 or 5974472. OLE color: 5974472.
HSL color Cylindrical-coordinate representation of color #C8295B: hue angle of 341.13º 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 #C8295B is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 91 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.22 |
| HSL | 341.13º | 0.66% | 0.47% | - |
| HSV(B) | 341.13º | 0.8% | 0.78% | - |
| XYZ | 26.5 | 14.62 | 11.32 | - |
| YUV | 94.24 | 126.18 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 91 | 0 | 0.80 | 0.54 | 0.22 | 341.13 | 0.66 | 0.47 |
| Hex | C8 | 29 | 5B | 0 | 50 | 36 | 16 | 155 | 42 | 2F |
| Octal | 310 | 51 | 133 | 0 | 120 | 66 | 26 | 525 | 102 | 57 |
| Binary | 11001000 | 101001 | 1011011 | 0 | 1010000 | 110110 | 10110 | 101010101 | 1000010 | 101111 |
Color Harmonies of #C8295B
Complementary color
Monochromatic Colors of #C8295B
Black with #C8295B
Text Example
Text Example
White with #C8295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8295B; }
p { color: rgb(200,41,91); }
H1.HeaderClassName
{
color: #C8295B;
}
.AnyTagClassName
{
color: #C8295B;
}
</style>
background-color css
<style>
a { background-color: #C8295B; }
a { background-color: rgb(200,41,91); }
div.DivClassName
{
background-color: #C8295B;
}
.BgClassName
{
background-color: #C8295B;
}
</style>
border-color css
<style>
span { border-color: #C8295B; }
span { border-color: rgb(200,41,91); }
td.TdClassName
{
border-color: #C8295B;
}
.TagClassName
{
border-color: #C8295B;
}
</style>