Shades of Old Rose #C8244F
Tints of Old Rose #C8244F
RGB
CMYK
RGB Variations
Color information
#C8244F (or 0xC8244F) is known color: Old Rose. HEX triplet: C8, 24 and 4F. RGB value is (200,36,79). Sum of RGB (Red+Green+Blue) = 200+36+79=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8244F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8244F is #37DBB0. Grayscale: #595959. Windows color (decimal): -3660721 or 5186760. OLE color: 5186760.
HSL color Cylindrical-coordinate representation of color #C8244F: hue angle of 344.27º 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 #C8244F is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 79 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.22 |
| HSL | 344.27º | 0.69% | 0.46% | - |
| HSV(B) | 344.27º | 0.82% | 0.78% | - |
| XYZ | 25.86 | 14.11 | 8.76 | - |
| YUV | 89.94 | 121.83 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 79 | 0 | 0.82 | 0.60 | 0.22 | 344.27 | 0.69 | 0.46 |
| Hex | C8 | 24 | 4F | 0 | 52 | 3C | 16 | 158 | 45 | 2E |
| Octal | 310 | 44 | 117 | 0 | 122 | 74 | 26 | 530 | 105 | 56 |
| Binary | 11001000 | 100100 | 1001111 | 0 | 1010010 | 111100 | 10110 | 101011000 | 1000101 | 101110 |
Color Harmonies of #C8244F
Complementary color
Monochromatic Colors of #C8244F
Black with #C8244F
Text Example
Text Example
White with #C8244F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8244F; }
p { color: rgb(200,36,79); }
H1.HeaderClassName
{
color: #C8244F;
}
.AnyTagClassName
{
color: #C8244F;
}
</style>
background-color css
<style>
a { background-color: #C8244F; }
a { background-color: rgb(200,36,79); }
div.DivClassName
{
background-color: #C8244F;
}
.BgClassName
{
background-color: #C8244F;
}
</style>
border-color css
<style>
span { border-color: #C8244F; }
span { border-color: rgb(200,36,79); }
td.TdClassName
{
border-color: #C8244F;
}
.TagClassName
{
border-color: #C8244F;
}
</style>