Shades of Old Rose #C5235D
Tints of Old Rose #C5235D
RGB
CMYK
RGB Variations
Color information
#C5235D (or 0xC5235D) is known color: Old Rose. HEX triplet: C5, 23 and 5D. RGB value is (197,35,93). Sum of RGB (Red+Green+Blue) = 197+35+93=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5235D is #3ADCA2. Grayscale: #595959. Windows color (decimal): -3857571 or 6104005. OLE color: 6104005.
HSL color Cylindrical-coordinate representation of color #C5235D: hue angle of 338.52º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5235D is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 93 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.23 |
| HSL | 338.52º | 0.7% | 0.45% | - |
| HSV(B) | 338.52º | 0.82% | 0.77% | - |
| XYZ | 25.6 | 13.86 | 11.68 | - |
| YUV | 90.05 | 129.67 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 93 | 0 | 0.82 | 0.53 | 0.23 | 338.52 | 0.7 | 0.45 |
| Hex | C5 | 23 | 5D | 0 | 52 | 35 | 17 | 153 | 46 | 2D |
| Octal | 305 | 43 | 135 | 0 | 122 | 65 | 27 | 523 | 106 | 55 |
| Binary | 11000101 | 100011 | 1011101 | 0 | 1010010 | 110101 | 10111 | 101010011 | 1000110 | 101101 |
Color Harmonies of #C5235D
Complementary color
Monochromatic Colors of #C5235D
Black with #C5235D
Text Example
Text Example
White with #C5235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5235D; }
p { color: rgb(197,35,93); }
H1.HeaderClassName
{
color: #C5235D;
}
.AnyTagClassName
{
color: #C5235D;
}
</style>
background-color css
<style>
a { background-color: #C5235D; }
a { background-color: rgb(197,35,93); }
div.DivClassName
{
background-color: #C5235D;
}
.BgClassName
{
background-color: #C5235D;
}
</style>
border-color css
<style>
span { border-color: #C5235D; }
span { border-color: rgb(197,35,93); }
td.TdClassName
{
border-color: #C5235D;
}
.TagClassName
{
border-color: #C5235D;
}
</style>