Shades of Brandy Rose #C5847A
Tints of Brandy Rose #C5847A
RGB
CMYK
RGB Variations
Color information
#C5847A (or 0xC5847A) is known color: Brandy Rose. HEX triplet: C5, 84 and 7A. RGB value is (197,132,122). Sum of RGB (Red+Green+Blue) = 197+132+122=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C5847A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5847A is #3A7B85. Grayscale: #969696. Windows color (decimal): -3832710 or 8029381. OLE color: 8029381.
HSL color Cylindrical-coordinate representation of color #C5847A: hue angle of 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 #C5847A is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 122 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.23 |
| HSL | 8º | 0.39% | 0.63% | - |
| HSV(B) | 8º | 0.38% | 0.77% | - |
| XYZ | 34.79 | 29.78 | 22.33 | - |
| YUV | 150.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 122 | 0 | 0.33 | 0.38 | 0.23 | 8 | 0.39 | 0.63 |
| Hex | C5 | 84 | 7A | 0 | 21 | 26 | 17 | 8 | 27 | 3F |
| Octal | 305 | 204 | 172 | 0 | 41 | 46 | 27 | 10 | 47 | 77 |
| Binary | 11000101 | 10000100 | 1111010 | 0 | 100001 | 100110 | 10111 | 1000 | 100111 | 111111 |
Color Harmonies of #C5847A
Complementary color
Monochromatic Colors of #C5847A
Black with #C5847A
Text Example
Text Example
White with #C5847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5847A; }
p { color: rgb(197,132,122); }
H1.HeaderClassName
{
color: #C5847A;
}
.AnyTagClassName
{
color: #C5847A;
}
</style>
background-color css
<style>
a { background-color: #C5847A; }
a { background-color: rgb(197,132,122); }
div.DivClassName
{
background-color: #C5847A;
}
.BgClassName
{
background-color: #C5847A;
}
</style>
border-color css
<style>
span { border-color: #C5847A; }
span { border-color: rgb(197,132,122); }
td.TdClassName
{
border-color: #C5847A;
}
.TagClassName
{
border-color: #C5847A;
}
</style>