Shades of Brandy Rose #C0876F
Tints of Brandy Rose #C0876F
RGB
CMYK
RGB Variations
Color information
#C0876F (or 0xC0876F) is known color: Brandy Rose. HEX triplet: C0, 87 and 6F. RGB value is (192,135,111). Sum of RGB (Red+Green+Blue) = 192+135+111=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0876F is #3F7890. Grayscale: #959595. Windows color (decimal): -4159633 or 7309248. OLE color: 7309248.
HSL color Cylindrical-coordinate representation of color #C0876F: hue angle of 17.78º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0876F is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 111 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.25 |
| HSL | 17.78º | 0.39% | 0.59% | - |
| HSV(B) | 17.78º | 0.42% | 0.75% | - |
| XYZ | 33.27 | 29.68 | 19.01 | - |
| YUV | 149.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 111 | 0 | 0.30 | 0.42 | 0.25 | 17.78 | 0.39 | 0.59 |
| Hex | C0 | 87 | 6F | 0 | 1E | 2A | 19 | 12 | 27 | 3B |
| Octal | 300 | 207 | 157 | 0 | 36 | 52 | 31 | 22 | 47 | 73 |
| Binary | 11000000 | 10000111 | 1101111 | 0 | 11110 | 101010 | 11001 | 10010 | 100111 | 111011 |
Color Harmonies of #C0876F
Complementary color
Monochromatic Colors of #C0876F
Black with #C0876F
Text Example
Text Example
White with #C0876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0876F; }
p { color: rgb(192,135,111); }
H1.HeaderClassName
{
color: #C0876F;
}
.AnyTagClassName
{
color: #C0876F;
}
</style>
background-color css
<style>
a { background-color: #C0876F; }
a { background-color: rgb(192,135,111); }
div.DivClassName
{
background-color: #C0876F;
}
.BgClassName
{
background-color: #C0876F;
}
</style>
border-color css
<style>
span { border-color: #C0876F; }
span { border-color: rgb(192,135,111); }
td.TdClassName
{
border-color: #C0876F;
}
.TagClassName
{
border-color: #C0876F;
}
</style>