Shades of Brandy Rose #C0866E
Tints of Brandy Rose #C0866E
RGB
CMYK
RGB Variations
Color information
#C0866E (or 0xC0866E) is known color: Brandy Rose. HEX triplet: C0, 86 and 6E. RGB value is (192,134,110). Sum of RGB (Red+Green+Blue) = 192+134+110=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0866E is #3F7991. Grayscale: #949494. Windows color (decimal): -4159890 or 7243456. OLE color: 7243456.
HSL color Cylindrical-coordinate representation of color #C0866E: hue angle of 17.56º 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 #C0866E is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 110 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.25 |
| HSL | 17.56º | 0.39% | 0.59% | - |
| HSV(B) | 17.56º | 0.43% | 0.75% | - |
| XYZ | 33.08 | 29.38 | 18.68 | - |
| YUV | 148.61 | 106.22 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 110 | 0 | 0.30 | 0.43 | 0.25 | 17.56 | 0.39 | 0.59 |
| Hex | C0 | 86 | 6E | 0 | 1E | 2B | 19 | 12 | 27 | 3B |
| Octal | 300 | 206 | 156 | 0 | 36 | 53 | 31 | 22 | 47 | 73 |
| Binary | 11000000 | 10000110 | 1101110 | 0 | 11110 | 101011 | 11001 | 10010 | 100111 | 111011 |
Color Harmonies of #C0866E
Complementary color
Monochromatic Colors of #C0866E
Black with #C0866E
Text Example
Text Example
White with #C0866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0866E; }
p { color: rgb(192,134,110); }
H1.HeaderClassName
{
color: #C0866E;
}
.AnyTagClassName
{
color: #C0866E;
}
</style>
background-color css
<style>
a { background-color: #C0866E; }
a { background-color: rgb(192,134,110); }
div.DivClassName
{
background-color: #C0866E;
}
.BgClassName
{
background-color: #C0866E;
}
</style>
border-color css
<style>
span { border-color: #C0866E; }
span { border-color: rgb(192,134,110); }
td.TdClassName
{
border-color: #C0866E;
}
.TagClassName
{
border-color: #C0866E;
}
</style>