Shades of Old Rose #C8285F
Tints of Old Rose #C8285F
RGB
CMYK
RGB Variations
Color information
#C8285F (or 0xC8285F) is known color: Old Rose. HEX triplet: C8, 28 and 5F. RGB value is (200,40,95). Sum of RGB (Red+Green+Blue) = 200+40+95=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C8285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8285F is #37D7A0. Grayscale: #5E5E5E. Windows color (decimal): -3659681 or 6236360. OLE color: 6236360.
HSL color Cylindrical-coordinate representation of color #C8285F: hue angle of 339.38º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8285F is Cyan = 0, Magento = 0.8, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 95 | - |
| CMYK | 0 | 0.8 | 0.52 | 0.22 |
| HSL | 339.38º | 0.67% | 0.47% | - |
| HSV(B) | 339.38º | 0.8% | 0.78% | - |
| XYZ | 26.64 | 14.62 | 12.24 | - |
| YUV | 94.11 | 128.51 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 95 | 0 | 0.8 | 0.52 | 0.22 | 339.38 | 0.67 | 0.47 |
| Hex | C8 | 28 | 5F | 0 | 50 | 34 | 16 | 153 | 43 | 2F |
| Octal | 310 | 50 | 137 | 0 | 120 | 64 | 26 | 523 | 103 | 57 |
| Binary | 11001000 | 101000 | 1011111 | 0 | 1010000 | 110100 | 10110 | 101010011 | 1000011 | 101111 |
Color Harmonies of #C8285F
Complementary color
Monochromatic Colors of #C8285F
Black with #C8285F
Text Example
Text Example
White with #C8285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8285F; }
p { color: rgb(200,40,95); }
H1.HeaderClassName
{
color: #C8285F;
}
.AnyTagClassName
{
color: #C8285F;
}
</style>
background-color css
<style>
a { background-color: #C8285F; }
a { background-color: rgb(200,40,95); }
div.DivClassName
{
background-color: #C8285F;
}
.BgClassName
{
background-color: #C8285F;
}
</style>
border-color css
<style>
span { border-color: #C8285F; }
span { border-color: rgb(200,40,95); }
td.TdClassName
{
border-color: #C8285F;
}
.TagClassName
{
border-color: #C8285F;
}
</style>