Shades of Brandy Rose #C5867A
Tints of Brandy Rose #C5867A
RGB
CMYK
RGB Variations
Color information
#C5867A (or 0xC5867A) is known color: Brandy Rose. HEX triplet: C5, 86 and 7A. RGB value is (197,134,122). Sum of RGB (Red+Green+Blue) = 197+134+122=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5867A is #3A7985. Grayscale: #979797. Windows color (decimal): -3832198 or 8029893. OLE color: 8029893.
HSL color Cylindrical-coordinate representation of color #C5867A: hue angle of 9.6º 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 #C5867A is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 122 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.23 |
| HSL | 9.6º | 0.39% | 0.63% | - |
| HSV(B) | 9.6º | 0.38% | 0.77% | - |
| XYZ | 35.06 | 30.33 | 22.42 | - |
| YUV | 151.47 | 111.37 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 122 | 0 | 0.32 | 0.38 | 0.23 | 9.6 | 0.39 | 0.63 |
| Hex | C5 | 86 | 7A | 0 | 20 | 26 | 17 | A | 27 | 3F |
| Octal | 305 | 206 | 172 | 0 | 40 | 46 | 27 | 12 | 47 | 77 |
| Binary | 11000101 | 10000110 | 1111010 | 0 | 100000 | 100110 | 10111 | 1010 | 100111 | 111111 |
Color Harmonies of #C5867A
Complementary color
Monochromatic Colors of #C5867A
Black with #C5867A
Text Example
Text Example
White with #C5867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5867A; }
p { color: rgb(197,134,122); }
H1.HeaderClassName
{
color: #C5867A;
}
.AnyTagClassName
{
color: #C5867A;
}
</style>
background-color css
<style>
a { background-color: #C5867A; }
a { background-color: rgb(197,134,122); }
div.DivClassName
{
background-color: #C5867A;
}
.BgClassName
{
background-color: #C5867A;
}
</style>
border-color css
<style>
span { border-color: #C5867A; }
span { border-color: rgb(197,134,122); }
td.TdClassName
{
border-color: #C5867A;
}
.TagClassName
{
border-color: #C5867A;
}
</style>