Shades of Brandy Rose #C08876
Tints of Brandy Rose #C08876
RGB
CMYK
RGB Variations
Color information
#C08876 (or 0xC08876) is known color: Brandy Rose. HEX triplet: C0, 88 and 76. RGB value is (192,136,118). Sum of RGB (Red+Green+Blue) = 192+136+118=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C08876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08876 is #3F7789. Grayscale: #969696. Windows color (decimal): -4159370 or 7768256. OLE color: 7768256.
HSL color Cylindrical-coordinate representation of color #C08876: hue angle of 14.59º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C08876 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 118 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.25 |
| HSL | 14.59º | 0.37% | 0.61% | - |
| HSV(B) | 14.59º | 0.39% | 0.75% | - |
| XYZ | 33.81 | 30.12 | 21.17 | - |
| YUV | 150.69 | 109.55 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 118 | 0 | 0.29 | 0.39 | 0.25 | 14.59 | 0.37 | 0.61 |
| Hex | C0 | 88 | 76 | 0 | 1D | 27 | 19 | F | 25 | 3D |
| Octal | 300 | 210 | 166 | 0 | 35 | 47 | 31 | 17 | 45 | 75 |
| Binary | 11000000 | 10001000 | 1110110 | 0 | 11101 | 100111 | 11001 | 1111 | 100101 | 111101 |
Color Harmonies of #C08876
Complementary color
Monochromatic Colors of #C08876
Black with #C08876
Text Example
Text Example
White with #C08876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08876; }
p { color: rgb(192,136,118); }
H1.HeaderClassName
{
color: #C08876;
}
.AnyTagClassName
{
color: #C08876;
}
</style>
background-color css
<style>
a { background-color: #C08876; }
a { background-color: rgb(192,136,118); }
div.DivClassName
{
background-color: #C08876;
}
.BgClassName
{
background-color: #C08876;
}
</style>
border-color css
<style>
span { border-color: #C08876; }
span { border-color: rgb(192,136,118); }
td.TdClassName
{
border-color: #C08876;
}
.TagClassName
{
border-color: #C08876;
}
</style>