Shades of Old Rose #C5285C
Tints of Old Rose #C5285C
RGB
CMYK
RGB Variations
Color information
#C5285C (or 0xC5285C) is known color: Old Rose. HEX triplet: C5, 28 and 5C. RGB value is (197,40,92). Sum of RGB (Red+Green+Blue) = 197+40+92=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5285C is #3AD7A3. Grayscale: #5C5C5C. Windows color (decimal): -3856292 or 6039749. OLE color: 6039749.
HSL color Cylindrical-coordinate representation of color #C5285C: hue angle of 340.13º 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 #C5285C is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 92 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.23 |
| HSL | 340.13º | 0.66% | 0.46% | - |
| HSV(B) | 340.13º | 0.8% | 0.77% | - |
| XYZ | 25.72 | 14.16 | 11.5 | - |
| YUV | 92.87 | 127.51 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 92 | 0 | 0.80 | 0.53 | 0.23 | 340.13 | 0.66 | 0.46 |
| Hex | C5 | 28 | 5C | 0 | 50 | 35 | 17 | 154 | 42 | 2E |
| Octal | 305 | 50 | 134 | 0 | 120 | 65 | 27 | 524 | 102 | 56 |
| Binary | 11000101 | 101000 | 1011100 | 0 | 1010000 | 110101 | 10111 | 101010100 | 1000010 | 101110 |
Color Harmonies of #C5285C
Complementary color
Monochromatic Colors of #C5285C
Black with #C5285C
Text Example
Text Example
White with #C5285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5285C; }
p { color: rgb(197,40,92); }
H1.HeaderClassName
{
color: #C5285C;
}
.AnyTagClassName
{
color: #C5285C;
}
</style>
background-color css
<style>
a { background-color: #C5285C; }
a { background-color: rgb(197,40,92); }
div.DivClassName
{
background-color: #C5285C;
}
.BgClassName
{
background-color: #C5285C;
}
</style>
border-color css
<style>
span { border-color: #C5285C; }
span { border-color: rgb(197,40,92); }
td.TdClassName
{
border-color: #C5285C;
}
.TagClassName
{
border-color: #C5285C;
}
</style>