Shades of Old Rose #C5345C
Tints of Old Rose #C5345C
RGB
CMYK
RGB Variations
Color information
#C5345C (or 0xC5345C) is known color: Old Rose. HEX triplet: C5, 34 and 5C. RGB value is (197,52,92). Sum of RGB (Red+Green+Blue) = 197+52+92=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5345C is #3ACBA3. Grayscale: #636363. Windows color (decimal): -3853220 or 6042821. OLE color: 6042821.
HSL color Cylindrical-coordinate representation of color #C5345C: hue angle of 343.45º degrees, saturation: 0.58, 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 #C5345C is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 92 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.23 |
| HSL | 343.45º | 0.58% | 0.49% | - |
| HSV(B) | 343.45º | 0.74% | 0.77% | - |
| XYZ | 26.19 | 15.1 | 11.66 | - |
| YUV | 99.92 | 123.54 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 92 | 0 | 0.74 | 0.53 | 0.23 | 343.45 | 0.58 | 0.49 |
| Hex | C5 | 34 | 5C | 0 | 4A | 35 | 17 | 157 | 3A | 31 |
| Octal | 305 | 64 | 134 | 0 | 112 | 65 | 27 | 527 | 72 | 61 |
| Binary | 11000101 | 110100 | 1011100 | 0 | 1001010 | 110101 | 10111 | 101010111 | 111010 | 110001 |
Color Harmonies of #C5345C
Complementary color
Monochromatic Colors of #C5345C
Black with #C5345C
Text Example
Text Example
White with #C5345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5345C; }
p { color: rgb(197,52,92); }
H1.HeaderClassName
{
color: #C5345C;
}
.AnyTagClassName
{
color: #C5345C;
}
</style>
background-color css
<style>
a { background-color: #C5345C; }
a { background-color: rgb(197,52,92); }
div.DivClassName
{
background-color: #C5345C;
}
.BgClassName
{
background-color: #C5345C;
}
</style>
border-color css
<style>
span { border-color: #C5345C; }
span { border-color: rgb(197,52,92); }
td.TdClassName
{
border-color: #C5345C;
}
.TagClassName
{
border-color: #C5345C;
}
</style>