Shades of Brandy Rose #C08877
Tints of Brandy Rose #C08877
RGB
CMYK
RGB Variations
Color information
#C08877 (or 0xC08877) is known color: Brandy Rose. HEX triplet: C0, 88 and 77. RGB value is (192,136,119). Sum of RGB (Red+Green+Blue) = 192+136+119=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C08877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08877 is #3F7788. Grayscale: #969696. Windows color (decimal): -4159369 or 7833792. OLE color: 7833792.
HSL color Cylindrical-coordinate representation of color #C08877: hue angle of 13.97º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C08877 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 119 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.25 |
| HSL | 13.97º | 0.37% | 0.61% | - |
| HSV(B) | 13.97º | 0.38% | 0.75% | - |
| XYZ | 33.87 | 30.15 | 21.49 | - |
| YUV | 150.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 119 | 0 | 0.29 | 0.38 | 0.25 | 13.97 | 0.37 | 0.61 |
| Hex | C0 | 88 | 77 | 0 | 1D | 26 | 19 | E | 25 | 3D |
| Octal | 300 | 210 | 167 | 0 | 35 | 46 | 31 | 16 | 45 | 75 |
| Binary | 11000000 | 10001000 | 1110111 | 0 | 11101 | 100110 | 11001 | 1110 | 100101 | 111101 |
Color Harmonies of #C08877
Complementary color
Monochromatic Colors of #C08877
Black with #C08877
Text Example
Text Example
White with #C08877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08877; }
p { color: rgb(192,136,119); }
H1.HeaderClassName
{
color: #C08877;
}
.AnyTagClassName
{
color: #C08877;
}
</style>
background-color css
<style>
a { background-color: #C08877; }
a { background-color: rgb(192,136,119); }
div.DivClassName
{
background-color: #C08877;
}
.BgClassName
{
background-color: #C08877;
}
</style>
border-color css
<style>
span { border-color: #C08877; }
span { border-color: rgb(192,136,119); }
td.TdClassName
{
border-color: #C08877;
}
.TagClassName
{
border-color: #C08877;
}
</style>