Shades of Brandy Rose #C0846E
Tints of Brandy Rose #C0846E
RGB
CMYK
RGB Variations
Color information
#C0846E (or 0xC0846E) is known color: Brandy Rose. HEX triplet: C0, 84 and 6E. RGB value is (192,132,110). Sum of RGB (Red+Green+Blue) = 192+132+110=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0846E is #3F7B91. Grayscale: #939393. Windows color (decimal): -4160402 or 7242944. OLE color: 7242944.
HSL color Cylindrical-coordinate representation of color #C0846E: hue angle of 16.1º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0846E is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 110 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.25 |
| HSL | 16.1º | 0.39% | 0.59% | - |
| HSV(B) | 16.1º | 0.43% | 0.75% | - |
| XYZ | 32.8 | 28.83 | 18.59 | - |
| YUV | 147.43 | 106.88 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 110 | 0 | 0.31 | 0.43 | 0.25 | 16.1 | 0.39 | 0.59 |
| Hex | C0 | 84 | 6E | 0 | 1F | 2B | 19 | 10 | 27 | 3B |
| Octal | 300 | 204 | 156 | 0 | 37 | 53 | 31 | 20 | 47 | 73 |
| Binary | 11000000 | 10000100 | 1101110 | 0 | 11111 | 101011 | 11001 | 10000 | 100111 | 111011 |
Color Harmonies of #C0846E
Complementary color
Monochromatic Colors of #C0846E
Black with #C0846E
Text Example
Text Example
White with #C0846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0846E; }
p { color: rgb(192,132,110); }
H1.HeaderClassName
{
color: #C0846E;
}
.AnyTagClassName
{
color: #C0846E;
}
</style>
background-color css
<style>
a { background-color: #C0846E; }
a { background-color: rgb(192,132,110); }
div.DivClassName
{
background-color: #C0846E;
}
.BgClassName
{
background-color: #C0846E;
}
</style>
border-color css
<style>
span { border-color: #C0846E; }
span { border-color: rgb(192,132,110); }
td.TdClassName
{
border-color: #C0846E;
}
.TagClassName
{
border-color: #C0846E;
}
</style>