Shades of Old Rose #C8254F
Tints of Old Rose #C8254F
RGB
CMYK
RGB Variations
Color information
#C8254F (or 0xC8254F) is known color: Old Rose. HEX triplet: C8, 25 and 4F. RGB value is (200,37,79). Sum of RGB (Red+Green+Blue) = 200+37+79=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C8254F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8254F is #37DAB0. Grayscale: #5A5A5A. Windows color (decimal): -3660465 or 5187016. OLE color: 5187016.
HSL color Cylindrical-coordinate representation of color #C8254F: hue angle of 344.54º 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 #C8254F is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 79 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.22 |
| HSL | 344.54º | 0.69% | 0.46% | - |
| HSV(B) | 344.54º | 0.82% | 0.78% | - |
| XYZ | 25.89 | 14.17 | 8.77 | - |
| YUV | 90.53 | 121.5 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 79 | 0 | 0.82 | 0.60 | 0.22 | 344.54 | 0.69 | 0.46 |
| Hex | C8 | 25 | 4F | 0 | 52 | 3C | 16 | 159 | 45 | 2E |
| Octal | 310 | 45 | 117 | 0 | 122 | 74 | 26 | 531 | 105 | 56 |
| Binary | 11001000 | 100101 | 1001111 | 0 | 1010010 | 111100 | 10110 | 101011001 | 1000101 | 101110 |
Color Harmonies of #C8254F
Complementary color
Monochromatic Colors of #C8254F
Black with #C8254F
Text Example
Text Example
White with #C8254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8254F; }
p { color: rgb(200,37,79); }
H1.HeaderClassName
{
color: #C8254F;
}
.AnyTagClassName
{
color: #C8254F;
}
</style>
background-color css
<style>
a { background-color: #C8254F; }
a { background-color: rgb(200,37,79); }
div.DivClassName
{
background-color: #C8254F;
}
.BgClassName
{
background-color: #C8254F;
}
</style>
border-color css
<style>
span { border-color: #C8254F; }
span { border-color: rgb(200,37,79); }
td.TdClassName
{
border-color: #C8254F;
}
.TagClassName
{
border-color: #C8254F;
}
</style>