Shades of Old Rose #C8264D
Tints of Old Rose #C8264D
RGB
CMYK
RGB Variations
Color information
#C8264D (or 0xC8264D) is known color: Old Rose. HEX triplet: C8, 26 and 4D. RGB value is (200,38,77). Sum of RGB (Red+Green+Blue) = 200+38+77=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8264D is #37D9B2. Grayscale: #5A5A5A. Windows color (decimal): -3660211 or 5056200. OLE color: 5056200.
HSL color Cylindrical-coordinate representation of color #C8264D: hue angle of 345.56º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8264D is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 77 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.22 |
| HSL | 345.56º | 0.68% | 0.47% | - |
| HSV(B) | 345.56º | 0.81% | 0.78% | - |
| XYZ | 25.85 | 14.2 | 8.4 | - |
| YUV | 90.88 | 120.17 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 77 | 0 | 0.81 | 0.62 | 0.22 | 345.56 | 0.68 | 0.47 |
| Hex | C8 | 26 | 4D | 0 | 51 | 3E | 16 | 15A | 44 | 2F |
| Octal | 310 | 46 | 115 | 0 | 121 | 76 | 26 | 532 | 104 | 57 |
| Binary | 11001000 | 100110 | 1001101 | 0 | 1010001 | 111110 | 10110 | 101011010 | 1000100 | 101111 |
Color Harmonies of #C8264D
Complementary color
Monochromatic Colors of #C8264D
Black with #C8264D
Text Example
Text Example
White with #C8264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8264D; }
p { color: rgb(200,38,77); }
H1.HeaderClassName
{
color: #C8264D;
}
.AnyTagClassName
{
color: #C8264D;
}
</style>
background-color css
<style>
a { background-color: #C8264D; }
a { background-color: rgb(200,38,77); }
div.DivClassName
{
background-color: #C8264D;
}
.BgClassName
{
background-color: #C8264D;
}
</style>
border-color css
<style>
span { border-color: #C8264D; }
span { border-color: rgb(200,38,77); }
td.TdClassName
{
border-color: #C8264D;
}
.TagClassName
{
border-color: #C8264D;
}
</style>