Shades of Old Rose #C5285F
Tints of Old Rose #C5285F
RGB
CMYK
RGB Variations
Color information
#C5285F (or 0xC5285F) is known color: Old Rose. HEX triplet: C5, 28 and 5F. RGB value is (197,40,95). Sum of RGB (Red+Green+Blue) = 197+40+95=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C5285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5285F is #3AD7A0. Grayscale: #5D5D5D. Windows color (decimal): -3856289 or 6236357. OLE color: 6236357.
HSL color Cylindrical-coordinate representation of color #C5285F: hue angle of 338.98º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5285F is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 95 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.23 |
| HSL | 338.98º | 0.66% | 0.46% | - |
| HSV(B) | 338.98º | 0.8% | 0.77% | - |
| XYZ | 25.85 | 14.21 | 12.21 | - |
| YUV | 93.21 | 129.01 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 95 | 0 | 0.80 | 0.52 | 0.23 | 338.98 | 0.66 | 0.46 |
| Hex | C5 | 28 | 5F | 0 | 50 | 34 | 17 | 153 | 42 | 2E |
| Octal | 305 | 50 | 137 | 0 | 120 | 64 | 27 | 523 | 102 | 56 |
| Binary | 11000101 | 101000 | 1011111 | 0 | 1010000 | 110100 | 10111 | 101010011 | 1000010 | 101110 |
Color Harmonies of #C5285F
Complementary color
Monochromatic Colors of #C5285F
Black with #C5285F
Text Example
Text Example
White with #C5285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5285F; }
p { color: rgb(197,40,95); }
H1.HeaderClassName
{
color: #C5285F;
}
.AnyTagClassName
{
color: #C5285F;
}
</style>
background-color css
<style>
a { background-color: #C5285F; }
a { background-color: rgb(197,40,95); }
div.DivClassName
{
background-color: #C5285F;
}
.BgClassName
{
background-color: #C5285F;
}
</style>
border-color css
<style>
span { border-color: #C5285F; }
span { border-color: rgb(197,40,95); }
td.TdClassName
{
border-color: #C5285F;
}
.TagClassName
{
border-color: #C5285F;
}
</style>