Shades of Brandy Rose #C6837A
Tints of Brandy Rose #C6837A
RGB
CMYK
RGB Variations
Color information
#C6837A (or 0xC6837A) is known color: Brandy Rose. HEX triplet: C6, 83 and 7A. RGB value is (198,131,122). Sum of RGB (Red+Green+Blue) = 198+131+122=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C6837A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6837A is #397C85. Grayscale: #969696. Windows color (decimal): -3767430 or 8029126. OLE color: 8029126.
HSL color Cylindrical-coordinate representation of color #C6837A: hue angle of 7.11º 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 #C6837A is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 122 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.22 |
| HSL | 7.11º | 0.4% | 0.63% | - |
| HSV(B) | 7.11º | 0.38% | 0.78% | - |
| XYZ | 34.92 | 29.64 | 22.29 | - |
| YUV | 150.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 122 | 0 | 0.34 | 0.38 | 0.22 | 7.11 | 0.4 | 0.63 |
| Hex | C6 | 83 | 7A | 0 | 22 | 26 | 16 | 7 | 28 | 3F |
| Octal | 306 | 203 | 172 | 0 | 42 | 46 | 26 | 7 | 50 | 77 |
| Binary | 11000110 | 10000011 | 1111010 | 0 | 100010 | 100110 | 10110 | 111 | 101000 | 111111 |
Color Harmonies of #C6837A
Complementary color
Monochromatic Colors of #C6837A
Black with #C6837A
Text Example
Text Example
White with #C6837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6837A; }
p { color: rgb(198,131,122); }
H1.HeaderClassName
{
color: #C6837A;
}
.AnyTagClassName
{
color: #C6837A;
}
</style>
background-color css
<style>
a { background-color: #C6837A; }
a { background-color: rgb(198,131,122); }
div.DivClassName
{
background-color: #C6837A;
}
.BgClassName
{
background-color: #C6837A;
}
</style>
border-color css
<style>
span { border-color: #C6837A; }
span { border-color: rgb(198,131,122); }
td.TdClassName
{
border-color: #C6837A;
}
.TagClassName
{
border-color: #C6837A;
}
</style>