Shades of Old Rose #C8254C
Tints of Old Rose #C8254C
RGB
CMYK
RGB Variations
Color information
#C8254C (or 0xC8254C) is known color: Old Rose. HEX triplet: C8, 25 and 4C. RGB value is (200,37,76). Sum of RGB (Red+Green+Blue) = 200+37+76=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8254C is #37DAB3. Grayscale: #5A5A5A. Windows color (decimal): -3660468 or 4990408. OLE color: 4990408.
HSL color Cylindrical-coordinate representation of color #C8254C: hue angle of 345.64º 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 #C8254C is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 76 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.22 |
| HSL | 345.64º | 0.69% | 0.46% | - |
| HSV(B) | 345.64º | 0.82% | 0.78% | - |
| XYZ | 25.79 | 14.12 | 8.2 | - |
| YUV | 90.18 | 120 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 76 | 0 | 0.82 | 0.62 | 0.22 | 345.64 | 0.69 | 0.46 |
| Hex | C8 | 25 | 4C | 0 | 52 | 3E | 16 | 15A | 45 | 2E |
| Octal | 310 | 45 | 114 | 0 | 122 | 76 | 26 | 532 | 105 | 56 |
| Binary | 11001000 | 100101 | 1001100 | 0 | 1010010 | 111110 | 10110 | 101011010 | 1000101 | 101110 |
Color Harmonies of #C8254C
Complementary color
Monochromatic Colors of #C8254C
Black with #C8254C
Text Example
Text Example
White with #C8254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8254C; }
p { color: rgb(200,37,76); }
H1.HeaderClassName
{
color: #C8254C;
}
.AnyTagClassName
{
color: #C8254C;
}
</style>
background-color css
<style>
a { background-color: #C8254C; }
a { background-color: rgb(200,37,76); }
div.DivClassName
{
background-color: #C8254C;
}
.BgClassName
{
background-color: #C8254C;
}
</style>
border-color css
<style>
span { border-color: #C8254C; }
span { border-color: rgb(200,37,76); }
td.TdClassName
{
border-color: #C8254C;
}
.TagClassName
{
border-color: #C8254C;
}
</style>