Shades of Old Rose #C5285D
Tints of Old Rose #C5285D
RGB
CMYK
RGB Variations
Color information
#C5285D (or 0xC5285D) is known color: Old Rose. HEX triplet: C5, 28 and 5D. RGB value is (197,40,93). Sum of RGB (Red+Green+Blue) = 197+40+93=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C5285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5285D is #3AD7A2. Grayscale: #5C5C5C. Windows color (decimal): -3856291 or 6105285. OLE color: 6105285.
HSL color Cylindrical-coordinate representation of color #C5285D: hue angle of 339.75º 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 #C5285D is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 93 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.23 |
| HSL | 339.75º | 0.66% | 0.46% | - |
| HSV(B) | 339.75º | 0.8% | 0.77% | - |
| XYZ | 25.76 | 14.18 | 11.73 | - |
| YUV | 92.99 | 128.01 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 93 | 0 | 0.80 | 0.53 | 0.23 | 339.75 | 0.66 | 0.46 |
| Hex | C5 | 28 | 5D | 0 | 50 | 35 | 17 | 154 | 42 | 2E |
| Octal | 305 | 50 | 135 | 0 | 120 | 65 | 27 | 524 | 102 | 56 |
| Binary | 11000101 | 101000 | 1011101 | 0 | 1010000 | 110101 | 10111 | 101010100 | 1000010 | 101110 |
Color Harmonies of #C5285D
Complementary color
Monochromatic Colors of #C5285D
Black with #C5285D
Text Example
Text Example
White with #C5285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5285D; }
p { color: rgb(197,40,93); }
H1.HeaderClassName
{
color: #C5285D;
}
.AnyTagClassName
{
color: #C5285D;
}
</style>
background-color css
<style>
a { background-color: #C5285D; }
a { background-color: rgb(197,40,93); }
div.DivClassName
{
background-color: #C5285D;
}
.BgClassName
{
background-color: #C5285D;
}
</style>
border-color css
<style>
span { border-color: #C5285D; }
span { border-color: rgb(197,40,93); }
td.TdClassName
{
border-color: #C5285D;
}
.TagClassName
{
border-color: #C5285D;
}
</style>