Shades of Brandy Rose #C78075
Tints of Brandy Rose #C78075
RGB
CMYK
RGB Variations
Color information
#C78075 (or 0xC78075) is known color: Brandy Rose. HEX triplet: C7, 80 and 75. RGB value is (199,128,117). Sum of RGB (Red+Green+Blue) = 199+128+117=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C78075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78075 is #387F8A. Grayscale: #949494. Windows color (decimal): -3702667 or 7700679. OLE color: 7700679.
HSL color Cylindrical-coordinate representation of color #C78075: hue angle of 8.05º 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 #C78075 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 117 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.22 |
| HSL | 8.05º | 0.42% | 0.62% | - |
| HSV(B) | 8.05º | 0.41% | 0.78% | - |
| XYZ | 34.48 | 28.86 | 20.58 | - |
| YUV | 147.98 | 110.52 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 117 | 0 | 0.36 | 0.41 | 0.22 | 8.05 | 0.42 | 0.62 |
| Hex | C7 | 80 | 75 | 0 | 24 | 29 | 16 | 8 | 2A | 3E |
| Octal | 307 | 200 | 165 | 0 | 44 | 51 | 26 | 10 | 52 | 76 |
| Binary | 11000111 | 10000000 | 1110101 | 0 | 100100 | 101001 | 10110 | 1000 | 101010 | 111110 |
Color Harmonies of #C78075
Complementary color
Monochromatic Colors of #C78075
Black with #C78075
Text Example
Text Example
White with #C78075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78075; }
p { color: rgb(199,128,117); }
H1.HeaderClassName
{
color: #C78075;
}
.AnyTagClassName
{
color: #C78075;
}
</style>
background-color css
<style>
a { background-color: #C78075; }
a { background-color: rgb(199,128,117); }
div.DivClassName
{
background-color: #C78075;
}
.BgClassName
{
background-color: #C78075;
}
</style>
border-color css
<style>
span { border-color: #C78075; }
span { border-color: rgb(199,128,117); }
td.TdClassName
{
border-color: #C78075;
}
.TagClassName
{
border-color: #C78075;
}
</style>