Shades of Brandy Rose #C6867A
Tints of Brandy Rose #C6867A
RGB
CMYK
RGB Variations
Color information
#C6867A (or 0xC6867A) is known color: Brandy Rose. HEX triplet: C6, 86 and 7A. RGB value is (198,134,122). Sum of RGB (Red+Green+Blue) = 198+134+122=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C6867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6867A is #397985. Grayscale: #979797. Windows color (decimal): -3766662 or 8029894. OLE color: 8029894.
HSL color Cylindrical-coordinate representation of color #C6867A: hue angle of 9.47º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6867A is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 122 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.22 |
| HSL | 9.47º | 0.4% | 0.63% | - |
| HSV(B) | 9.47º | 0.38% | 0.78% | - |
| XYZ | 35.33 | 30.46 | 22.43 | - |
| YUV | 151.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 122 | 0 | 0.32 | 0.38 | 0.22 | 9.47 | 0.4 | 0.63 |
| Hex | C6 | 86 | 7A | 0 | 20 | 26 | 16 | 9 | 28 | 3F |
| Octal | 306 | 206 | 172 | 0 | 40 | 46 | 26 | 11 | 50 | 77 |
| Binary | 11000110 | 10000110 | 1111010 | 0 | 100000 | 100110 | 10110 | 1001 | 101000 | 111111 |
Color Harmonies of #C6867A
Complementary color
Monochromatic Colors of #C6867A
Black with #C6867A
Text Example
Text Example
White with #C6867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6867A; }
p { color: rgb(198,134,122); }
H1.HeaderClassName
{
color: #C6867A;
}
.AnyTagClassName
{
color: #C6867A;
}
</style>
background-color css
<style>
a { background-color: #C6867A; }
a { background-color: rgb(198,134,122); }
div.DivClassName
{
background-color: #C6867A;
}
.BgClassName
{
background-color: #C6867A;
}
</style>
border-color css
<style>
span { border-color: #C6867A; }
span { border-color: rgb(198,134,122); }
td.TdClassName
{
border-color: #C6867A;
}
.TagClassName
{
border-color: #C6867A;
}
</style>