Shades of Brandy Rose #C78076
Tints of Brandy Rose #C78076
RGB
CMYK
RGB Variations
Color information
#C78076 (or 0xC78076) is known color: Brandy Rose. HEX triplet: C7, 80 and 76. RGB value is (199,128,118). Sum of RGB (Red+Green+Blue) = 199+128+118=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C78076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78076 is #387F89. Grayscale: #949494. Windows color (decimal): -3702666 or 7766215. OLE color: 7766215.
HSL color Cylindrical-coordinate representation of color #C78076: hue angle of 7.41º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C78076 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 118 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.22 |
| HSL | 7.41º | 0.42% | 0.62% | - |
| HSV(B) | 7.41º | 0.41% | 0.78% | - |
| XYZ | 34.54 | 28.89 | 20.89 | - |
| YUV | 148.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 118 | 0 | 0.36 | 0.41 | 0.22 | 7.41 | 0.42 | 0.62 |
| Hex | C7 | 80 | 76 | 0 | 24 | 29 | 16 | 7 | 2A | 3E |
| Octal | 307 | 200 | 166 | 0 | 44 | 51 | 26 | 7 | 52 | 76 |
| Binary | 11000111 | 10000000 | 1110110 | 0 | 100100 | 101001 | 10110 | 111 | 101010 | 111110 |
Color Harmonies of #C78076
Complementary color
Monochromatic Colors of #C78076
Black with #C78076
Text Example
Text Example
White with #C78076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78076; }
p { color: rgb(199,128,118); }
H1.HeaderClassName
{
color: #C78076;
}
.AnyTagClassName
{
color: #C78076;
}
</style>
background-color css
<style>
a { background-color: #C78076; }
a { background-color: rgb(199,128,118); }
div.DivClassName
{
background-color: #C78076;
}
.BgClassName
{
background-color: #C78076;
}
</style>
border-color css
<style>
span { border-color: #C78076; }
span { border-color: rgb(199,128,118); }
td.TdClassName
{
border-color: #C78076;
}
.TagClassName
{
border-color: #C78076;
}
</style>