Shades of Brandy Rose #C08B7E
Tints of Brandy Rose #C08B7E
RGB
CMYK
RGB Variations
Color information
#C08B7E (or 0xC08B7E) is known color: Brandy Rose. HEX triplet: C0, 8B and 7E. RGB value is (192,139,126). Sum of RGB (Red+Green+Blue) = 192+139+126=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08B7E is #3F7481. Grayscale: #999999. Windows color (decimal): -4158594 or 8293312. OLE color: 8293312.
HSL color Cylindrical-coordinate representation of color #C08B7E: hue angle of 11.82º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C08B7E is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 139 | 126 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.25 |
| HSL | 11.82º | 0.34% | 0.62% | - |
| HSV(B) | 11.82º | 0.34% | 0.75% | - |
| XYZ | 34.74 | 31.18 | 23.93 | - |
| YUV | 153.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 126 | 0 | 0.28 | 0.34 | 0.25 | 11.82 | 0.34 | 0.62 |
| Hex | C0 | 8B | 7E | 0 | 1C | 22 | 19 | C | 22 | 3E |
| Octal | 300 | 213 | 176 | 0 | 34 | 42 | 31 | 14 | 42 | 76 |
| Binary | 11000000 | 10001011 | 1111110 | 0 | 11100 | 100010 | 11001 | 1100 | 100010 | 111110 |
Color Harmonies of #C08B7E
Complementary color
Monochromatic Colors of #C08B7E
Black with #C08B7E
Text Example
Text Example
White with #C08B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08B7E; }
p { color: rgb(192,139,126); }
H1.HeaderClassName
{
color: #C08B7E;
}
.AnyTagClassName
{
color: #C08B7E;
}
</style>
background-color css
<style>
a { background-color: #C08B7E; }
a { background-color: rgb(192,139,126); }
div.DivClassName
{
background-color: #C08B7E;
}
.BgClassName
{
background-color: #C08B7E;
}
</style>
border-color css
<style>
span { border-color: #C08B7E; }
span { border-color: rgb(192,139,126); }
td.TdClassName
{
border-color: #C08B7E;
}
.TagClassName
{
border-color: #C08B7E;
}
</style>