Shades of Brandy Rose #C08A77
Tints of Brandy Rose #C08A77
RGB
CMYK
RGB Variations
Color information
#C08A77 (or 0xC08A77) is known color: Brandy Rose. HEX triplet: C0, 8A and 77. RGB value is (192,138,119). Sum of RGB (Red+Green+Blue) = 192+138+119=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A77 is #3F7588. Grayscale: #989898. Windows color (decimal): -4158857 or 7834304. OLE color: 7834304.
HSL color Cylindrical-coordinate representation of color #C08A77: hue angle of 15.62º 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 #C08A77 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 119 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.25 |
| HSL | 15.62º | 0.37% | 0.61% | - |
| HSV(B) | 15.62º | 0.38% | 0.75% | - |
| XYZ | 34.16 | 30.72 | 21.58 | - |
| YUV | 151.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 119 | 0 | 0.28 | 0.38 | 0.25 | 15.62 | 0.37 | 0.61 |
| Hex | C0 | 8A | 77 | 0 | 1C | 26 | 19 | 10 | 25 | 3D |
| Octal | 300 | 212 | 167 | 0 | 34 | 46 | 31 | 20 | 45 | 75 |
| Binary | 11000000 | 10001010 | 1110111 | 0 | 11100 | 100110 | 11001 | 10000 | 100101 | 111101 |
Color Harmonies of #C08A77
Complementary color
Monochromatic Colors of #C08A77
Black with #C08A77
Text Example
Text Example
White with #C08A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A77; }
p { color: rgb(192,138,119); }
H1.HeaderClassName
{
color: #C08A77;
}
.AnyTagClassName
{
color: #C08A77;
}
</style>
background-color css
<style>
a { background-color: #C08A77; }
a { background-color: rgb(192,138,119); }
div.DivClassName
{
background-color: #C08A77;
}
.BgClassName
{
background-color: #C08A77;
}
</style>
border-color css
<style>
span { border-color: #C08A77; }
span { border-color: rgb(192,138,119); }
td.TdClassName
{
border-color: #C08A77;
}
.TagClassName
{
border-color: #C08A77;
}
</style>