Shades of Brandy Rose #C78477
Tints of Brandy Rose #C78477
RGB
CMYK
RGB Variations
Color information
#C78477 (or 0xC78477) is known color: Brandy Rose. HEX triplet: C7, 84 and 77. RGB value is (199,132,119). Sum of RGB (Red+Green+Blue) = 199+132+119=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C78477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78477 is #387B88. Grayscale: #969696. Windows color (decimal): -3701641 or 7832775. OLE color: 7832775.
HSL color Cylindrical-coordinate representation of color #C78477: hue angle of 9.75º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C78477 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 119 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.22 |
| HSL | 9.75º | 0.42% | 0.62% | - |
| HSV(B) | 9.75º | 0.4% | 0.78% | - |
| XYZ | 35.13 | 29.98 | 21.39 | - |
| YUV | 150.55 | 110.2 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 119 | 0 | 0.34 | 0.40 | 0.22 | 9.75 | 0.42 | 0.62 |
| Hex | C7 | 84 | 77 | 0 | 22 | 28 | 16 | A | 2A | 3E |
| Octal | 307 | 204 | 167 | 0 | 42 | 50 | 26 | 12 | 52 | 76 |
| Binary | 11000111 | 10000100 | 1110111 | 0 | 100010 | 101000 | 10110 | 1010 | 101010 | 111110 |
Color Harmonies of #C78477
Complementary color
Monochromatic Colors of #C78477
Black with #C78477
Text Example
Text Example
White with #C78477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78477; }
p { color: rgb(199,132,119); }
H1.HeaderClassName
{
color: #C78477;
}
.AnyTagClassName
{
color: #C78477;
}
</style>
background-color css
<style>
a { background-color: #C78477; }
a { background-color: rgb(199,132,119); }
div.DivClassName
{
background-color: #C78477;
}
.BgClassName
{
background-color: #C78477;
}
</style>
border-color css
<style>
span { border-color: #C78477; }
span { border-color: rgb(199,132,119); }
td.TdClassName
{
border-color: #C78477;
}
.TagClassName
{
border-color: #C78477;
}
</style>