Shades of Old Rose #C8245E
Tints of Old Rose #C8245E
RGB
CMYK
RGB Variations
Color information
#C8245E (or 0xC8245E) is known color: Old Rose. HEX triplet: C8, 24 and 5E. RGB value is (200,36,94). Sum of RGB (Red+Green+Blue) = 200+36+94=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C8245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8245E is #37DBA1. Grayscale: #5B5B5B. Windows color (decimal): -3660706 or 6169800. OLE color: 6169800.
HSL color Cylindrical-coordinate representation of color #C8245E: hue angle of 338.78º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8245E is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 94 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.22 |
| HSL | 338.78º | 0.69% | 0.46% | - |
| HSV(B) | 338.78º | 0.82% | 0.78% | - |
| XYZ | 26.47 | 14.35 | 11.96 | - |
| YUV | 91.65 | 129.33 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 94 | 0 | 0.82 | 0.53 | 0.22 | 338.78 | 0.69 | 0.46 |
| Hex | C8 | 24 | 5E | 0 | 52 | 35 | 16 | 153 | 45 | 2E |
| Octal | 310 | 44 | 136 | 0 | 122 | 65 | 26 | 523 | 105 | 56 |
| Binary | 11001000 | 100100 | 1011110 | 0 | 1010010 | 110101 | 10110 | 101010011 | 1000101 | 101110 |
Color Harmonies of #C8245E
Complementary color
Monochromatic Colors of #C8245E
Black with #C8245E
Text Example
Text Example
White with #C8245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8245E; }
p { color: rgb(200,36,94); }
H1.HeaderClassName
{
color: #C8245E;
}
.AnyTagClassName
{
color: #C8245E;
}
</style>
background-color css
<style>
a { background-color: #C8245E; }
a { background-color: rgb(200,36,94); }
div.DivClassName
{
background-color: #C8245E;
}
.BgClassName
{
background-color: #C8245E;
}
</style>
border-color css
<style>
span { border-color: #C8245E; }
span { border-color: rgb(200,36,94); }
td.TdClassName
{
border-color: #C8245E;
}
.TagClassName
{
border-color: #C8245E;
}
</style>