Shades of Old Rose #C5335A
Tints of Old Rose #C5335A
RGB
CMYK
RGB Variations
Color information
#C5335A (or 0xC5335A) is known color: Old Rose. HEX triplet: C5, 33 and 5A. RGB value is (197,51,90). Sum of RGB (Red+Green+Blue) = 197+51+90=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5335A is #3ACCA5. Grayscale: #636363. Windows color (decimal): -3853478 or 5911493. OLE color: 5911493.
HSL color Cylindrical-coordinate representation of color #C5335A: hue angle of 343.97º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5335A is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 90 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.23 |
| HSL | 343.97º | 0.59% | 0.49% | - |
| HSV(B) | 343.97º | 0.74% | 0.77% | - |
| XYZ | 26.06 | 14.98 | 11.19 | - |
| YUV | 99.1 | 122.87 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 90 | 0 | 0.74 | 0.54 | 0.23 | 343.97 | 0.59 | 0.49 |
| Hex | C5 | 33 | 5A | 0 | 4A | 36 | 17 | 158 | 3B | 31 |
| Octal | 305 | 63 | 132 | 0 | 112 | 66 | 27 | 530 | 73 | 61 |
| Binary | 11000101 | 110011 | 1011010 | 0 | 1001010 | 110110 | 10111 | 101011000 | 111011 | 110001 |
Color Harmonies of #C5335A
Complementary color
Monochromatic Colors of #C5335A
Black with #C5335A
Text Example
Text Example
White with #C5335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5335A; }
p { color: rgb(197,51,90); }
H1.HeaderClassName
{
color: #C5335A;
}
.AnyTagClassName
{
color: #C5335A;
}
</style>
background-color css
<style>
a { background-color: #C5335A; }
a { background-color: rgb(197,51,90); }
div.DivClassName
{
background-color: #C5335A;
}
.BgClassName
{
background-color: #C5335A;
}
</style>
border-color css
<style>
span { border-color: #C5335A; }
span { border-color: rgb(197,51,90); }
td.TdClassName
{
border-color: #C5335A;
}
.TagClassName
{
border-color: #C5335A;
}
</style>