Shades of Old Rose #C5394B
Tints of Old Rose #C5394B
RGB
CMYK
RGB Variations
Color information
#C5394B (or 0xC5394B) is known color: Old Rose. HEX triplet: C5, 39 and 4B. RGB value is (197,57,75). Sum of RGB (Red+Green+Blue) = 197+57+75=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5394B is #3AC6B4. Grayscale: #646464. Windows color (decimal): -3851957 or 4929989. OLE color: 4929989.
HSL color Cylindrical-coordinate representation of color #C5394B: hue angle of 352.29º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5394B is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 75 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.23 |
| HSL | 352.29º | 0.55% | 0.5% | - |
| HSV(B) | 352.29º | 0.71% | 0.77% | - |
| XYZ | 25.76 | 15.3 | 8.25 | - |
| YUV | 100.91 | 113.38 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 75 | 0 | 0.71 | 0.62 | 0.23 | 352.29 | 0.55 | 0.5 |
| Hex | C5 | 39 | 4B | 0 | 47 | 3E | 17 | 160 | 37 | 32 |
| Octal | 305 | 71 | 113 | 0 | 107 | 76 | 27 | 540 | 67 | 62 |
| Binary | 11000101 | 111001 | 1001011 | 0 | 1000111 | 111110 | 10111 | 101100000 | 110111 | 110010 |
Color Harmonies of #C5394B
Complementary color
Monochromatic Colors of #C5394B
Black with #C5394B
Text Example
Text Example
White with #C5394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5394B; }
p { color: rgb(197,57,75); }
H1.HeaderClassName
{
color: #C5394B;
}
.AnyTagClassName
{
color: #C5394B;
}
</style>
background-color css
<style>
a { background-color: #C5394B; }
a { background-color: rgb(197,57,75); }
div.DivClassName
{
background-color: #C5394B;
}
.BgClassName
{
background-color: #C5394B;
}
</style>
border-color css
<style>
span { border-color: #C5394B; }
span { border-color: rgb(197,57,75); }
td.TdClassName
{
border-color: #C5394B;
}
.TagClassName
{
border-color: #C5394B;
}
</style>