Shades of Old Rose #C5335D
Tints of Old Rose #C5335D
RGB
CMYK
RGB Variations
Color information
#C5335D (or 0xC5335D) is known color: Old Rose. HEX triplet: C5, 33 and 5D. RGB value is (197,51,93). Sum of RGB (Red+Green+Blue) = 197+51+93=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5335D is #3ACCA2. Grayscale: #636363. Windows color (decimal): -3853475 or 6108101. OLE color: 6108101.
HSL color Cylindrical-coordinate representation of color #C5335D: hue angle of 342.74º 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 #C5335D is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 93 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.23 |
| HSL | 342.74º | 0.59% | 0.49% | - |
| HSV(B) | 342.74º | 0.74% | 0.77% | - |
| XYZ | 26.19 | 15.03 | 11.88 | - |
| YUV | 99.44 | 124.37 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 93 | 0 | 0.74 | 0.53 | 0.23 | 342.74 | 0.59 | 0.49 |
| Hex | C5 | 33 | 5D | 0 | 4A | 35 | 17 | 157 | 3B | 31 |
| Octal | 305 | 63 | 135 | 0 | 112 | 65 | 27 | 527 | 73 | 61 |
| Binary | 11000101 | 110011 | 1011101 | 0 | 1001010 | 110101 | 10111 | 101010111 | 111011 | 110001 |
Color Harmonies of #C5335D
Complementary color
Monochromatic Colors of #C5335D
Black with #C5335D
Text Example
Text Example
White with #C5335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5335D; }
p { color: rgb(197,51,93); }
H1.HeaderClassName
{
color: #C5335D;
}
.AnyTagClassName
{
color: #C5335D;
}
</style>
background-color css
<style>
a { background-color: #C5335D; }
a { background-color: rgb(197,51,93); }
div.DivClassName
{
background-color: #C5335D;
}
.BgClassName
{
background-color: #C5335D;
}
</style>
border-color css
<style>
span { border-color: #C5335D; }
span { border-color: rgb(197,51,93); }
td.TdClassName
{
border-color: #C5335D;
}
.TagClassName
{
border-color: #C5335D;
}
</style>