Shades of Brandy Rose #C0896E
Tints of Brandy Rose #C0896E
RGB
CMYK
RGB Variations
Color information
#C0896E (or 0xC0896E) is known color: Brandy Rose. HEX triplet: C0, 89 and 6E. RGB value is (192,137,110). Sum of RGB (Red+Green+Blue) = 192+137+110=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C0896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0896E is #3F7691. Grayscale: #969696. Windows color (decimal): -4159122 or 7244224. OLE color: 7244224.
HSL color Cylindrical-coordinate representation of color #C0896E: hue angle of 19.76º 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 #C0896E is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 110 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.25 |
| HSL | 19.76º | 0.39% | 0.59% | - |
| HSV(B) | 19.76º | 0.43% | 0.75% | - |
| XYZ | 33.5 | 30.22 | 18.82 | - |
| YUV | 150.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 110 | 0 | 0.29 | 0.43 | 0.25 | 19.76 | 0.39 | 0.59 |
| Hex | C0 | 89 | 6E | 0 | 1D | 2B | 19 | 14 | 27 | 3B |
| Octal | 300 | 211 | 156 | 0 | 35 | 53 | 31 | 24 | 47 | 73 |
| Binary | 11000000 | 10001001 | 1101110 | 0 | 11101 | 101011 | 11001 | 10100 | 100111 | 111011 |
Color Harmonies of #C0896E
Complementary color
Monochromatic Colors of #C0896E
Black with #C0896E
Text Example
Text Example
White with #C0896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0896E; }
p { color: rgb(192,137,110); }
H1.HeaderClassName
{
color: #C0896E;
}
.AnyTagClassName
{
color: #C0896E;
}
</style>
background-color css
<style>
a { background-color: #C0896E; }
a { background-color: rgb(192,137,110); }
div.DivClassName
{
background-color: #C0896E;
}
.BgClassName
{
background-color: #C0896E;
}
</style>
border-color css
<style>
span { border-color: #C0896E; }
span { border-color: rgb(192,137,110); }
td.TdClassName
{
border-color: #C0896E;
}
.TagClassName
{
border-color: #C0896E;
}
</style>