Shades of Old Rose #C8254E
Tints of Old Rose #C8254E
RGB
CMYK
RGB Variations
Color information
#C8254E (or 0xC8254E) is known color: Old Rose. HEX triplet: C8, 25 and 4E. RGB value is (200,37,78). Sum of RGB (Red+Green+Blue) = 200+37+78=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8254E is #37DAB1. Grayscale: #5A5A5A. Windows color (decimal): -3660466 or 5121480. OLE color: 5121480.
HSL color Cylindrical-coordinate representation of color #C8254E: hue angle of 344.91º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8254E is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 78 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.22 |
| HSL | 344.91º | 0.69% | 0.46% | - |
| HSV(B) | 344.91º | 0.82% | 0.78% | - |
| XYZ | 25.86 | 14.15 | 8.58 | - |
| YUV | 90.41 | 121 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 78 | 0 | 0.82 | 0.61 | 0.22 | 344.91 | 0.69 | 0.46 |
| Hex | C8 | 25 | 4E | 0 | 52 | 3D | 16 | 159 | 45 | 2E |
| Octal | 310 | 45 | 116 | 0 | 122 | 75 | 26 | 531 | 105 | 56 |
| Binary | 11001000 | 100101 | 1001110 | 0 | 1010010 | 111101 | 10110 | 101011001 | 1000101 | 101110 |
Color Harmonies of #C8254E
Complementary color
Monochromatic Colors of #C8254E
Black with #C8254E
Text Example
Text Example
White with #C8254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8254E; }
p { color: rgb(200,37,78); }
H1.HeaderClassName
{
color: #C8254E;
}
.AnyTagClassName
{
color: #C8254E;
}
</style>
background-color css
<style>
a { background-color: #C8254E; }
a { background-color: rgb(200,37,78); }
div.DivClassName
{
background-color: #C8254E;
}
.BgClassName
{
background-color: #C8254E;
}
</style>
border-color css
<style>
span { border-color: #C8254E; }
span { border-color: rgb(200,37,78); }
td.TdClassName
{
border-color: #C8254E;
}
.TagClassName
{
border-color: #C8254E;
}
</style>