Shades of Old Rose #C5345F
Tints of Old Rose #C5345F
RGB
CMYK
RGB Variations
Color information
#C5345F (or 0xC5345F) is known color: Old Rose. HEX triplet: C5, 34 and 5F. RGB value is (197,52,95). Sum of RGB (Red+Green+Blue) = 197+52+95=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C5345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5345F is #3ACBA0. Grayscale: #646464. Windows color (decimal): -3853217 or 6239429. OLE color: 6239429.
HSL color Cylindrical-coordinate representation of color #C5345F: hue angle of 342.21º 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 #C5345F is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 95 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.23 |
| HSL | 342.21º | 0.58% | 0.49% | - |
| HSV(B) | 342.21º | 0.74% | 0.77% | - |
| XYZ | 26.32 | 15.15 | 12.36 | - |
| YUV | 100.26 | 125.04 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 95 | 0 | 0.74 | 0.52 | 0.23 | 342.21 | 0.58 | 0.49 |
| Hex | C5 | 34 | 5F | 0 | 4A | 34 | 17 | 156 | 3A | 31 |
| Octal | 305 | 64 | 137 | 0 | 112 | 64 | 27 | 526 | 72 | 61 |
| Binary | 11000101 | 110100 | 1011111 | 0 | 1001010 | 110100 | 10111 | 101010110 | 111010 | 110001 |
Color Harmonies of #C5345F
Complementary color
Monochromatic Colors of #C5345F
Black with #C5345F
Text Example
Text Example
White with #C5345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5345F; }
p { color: rgb(197,52,95); }
H1.HeaderClassName
{
color: #C5345F;
}
.AnyTagClassName
{
color: #C5345F;
}
</style>
background-color css
<style>
a { background-color: #C5345F; }
a { background-color: rgb(197,52,95); }
div.DivClassName
{
background-color: #C5345F;
}
.BgClassName
{
background-color: #C5345F;
}
</style>
border-color css
<style>
span { border-color: #C5345F; }
span { border-color: rgb(197,52,95); }
td.TdClassName
{
border-color: #C5345F;
}
.TagClassName
{
border-color: #C5345F;
}
</style>