Shades of Old Rose #C8305E
Tints of Old Rose #C8305E
RGB
CMYK
RGB Variations
Color information
#C8305E (or 0xC8305E) is known color: Old Rose. HEX triplet: C8, 30 and 5E. RGB value is (200,48,94). Sum of RGB (Red+Green+Blue) = 200+48+94=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8305E is #37CFA1. Grayscale: #626262. Windows color (decimal): -3657634 or 6172872. OLE color: 6172872.
HSL color Cylindrical-coordinate representation of color #C8305E: hue angle of 341.84º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8305E is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 94 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.22 |
| HSL | 341.84º | 0.61% | 0.49% | - |
| HSV(B) | 341.84º | 0.76% | 0.78% | - |
| XYZ | 26.9 | 15.2 | 12.11 | - |
| YUV | 98.69 | 125.36 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 94 | 0 | 0.76 | 0.53 | 0.22 | 341.84 | 0.61 | 0.49 |
| Hex | C8 | 30 | 5E | 0 | 4C | 35 | 16 | 156 | 3D | 31 |
| Octal | 310 | 60 | 136 | 0 | 114 | 65 | 26 | 526 | 75 | 61 |
| Binary | 11001000 | 110000 | 1011110 | 0 | 1001100 | 110101 | 10110 | 101010110 | 111101 | 110001 |
Color Harmonies of #C8305E
Complementary color
Monochromatic Colors of #C8305E
Black with #C8305E
Text Example
Text Example
White with #C8305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8305E; }
p { color: rgb(200,48,94); }
H1.HeaderClassName
{
color: #C8305E;
}
.AnyTagClassName
{
color: #C8305E;
}
</style>
background-color css
<style>
a { background-color: #C8305E; }
a { background-color: rgb(200,48,94); }
div.DivClassName
{
background-color: #C8305E;
}
.BgClassName
{
background-color: #C8305E;
}
</style>
border-color css
<style>
span { border-color: #C8305E; }
span { border-color: rgb(200,48,94); }
td.TdClassName
{
border-color: #C8305E;
}
.TagClassName
{
border-color: #C8305E;
}
</style>