Shades of Brandy Rose #C5857A
Tints of Brandy Rose #C5857A
RGB
CMYK
RGB Variations
Color information
#C5857A (or 0xC5857A) is known color: Brandy Rose. HEX triplet: C5, 85 and 7A. RGB value is (197,133,122). Sum of RGB (Red+Green+Blue) = 197+133+122=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C5857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5857A is #3A7A85. Grayscale: #969696. Windows color (decimal): -3832454 or 8029637. OLE color: 8029637.
HSL color Cylindrical-coordinate representation of color #C5857A: hue angle of 8.8º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5857A is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 122 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.23 |
| HSL | 8.8º | 0.39% | 0.63% | - |
| HSV(B) | 8.8º | 0.38% | 0.77% | - |
| XYZ | 34.93 | 30.05 | 22.37 | - |
| YUV | 150.88 | 111.7 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 122 | 0 | 0.32 | 0.38 | 0.23 | 8.8 | 0.39 | 0.63 |
| Hex | C5 | 85 | 7A | 0 | 20 | 26 | 17 | 9 | 27 | 3F |
| Octal | 305 | 205 | 172 | 0 | 40 | 46 | 27 | 11 | 47 | 77 |
| Binary | 11000101 | 10000101 | 1111010 | 0 | 100000 | 100110 | 10111 | 1001 | 100111 | 111111 |
Color Harmonies of #C5857A
Complementary color
Monochromatic Colors of #C5857A
Black with #C5857A
Text Example
Text Example
White with #C5857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5857A; }
p { color: rgb(197,133,122); }
H1.HeaderClassName
{
color: #C5857A;
}
.AnyTagClassName
{
color: #C5857A;
}
</style>
background-color css
<style>
a { background-color: #C5857A; }
a { background-color: rgb(197,133,122); }
div.DivClassName
{
background-color: #C5857A;
}
.BgClassName
{
background-color: #C5857A;
}
</style>
border-color css
<style>
span { border-color: #C5857A; }
span { border-color: rgb(197,133,122); }
td.TdClassName
{
border-color: #C5857A;
}
.TagClassName
{
border-color: #C5857A;
}
</style>