Shades of Brandy Rose #C78479
Tints of Brandy Rose #C78479
RGB
CMYK
RGB Variations
Color information
#C78479 (or 0xC78479) is known color: Brandy Rose. HEX triplet: C7, 84 and 79. RGB value is (199,132,121). Sum of RGB (Red+Green+Blue) = 199+132+121=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C78479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78479 is #387B86. Grayscale: #969696. Windows color (decimal): -3701639 or 7963847. OLE color: 7963847.
HSL color Cylindrical-coordinate representation of color #C78479: hue angle of 8.46º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C78479 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 121 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.22 |
| HSL | 8.46º | 0.41% | 0.63% | - |
| HSV(B) | 8.46º | 0.39% | 0.78% | - |
| XYZ | 35.26 | 30.03 | 22.03 | - |
| YUV | 150.78 | 111.2 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 121 | 0 | 0.34 | 0.39 | 0.22 | 8.46 | 0.41 | 0.63 |
| Hex | C7 | 84 | 79 | 0 | 22 | 27 | 16 | 8 | 29 | 3F |
| Octal | 307 | 204 | 171 | 0 | 42 | 47 | 26 | 10 | 51 | 77 |
| Binary | 11000111 | 10000100 | 1111001 | 0 | 100010 | 100111 | 10110 | 1000 | 101001 | 111111 |
Color Harmonies of #C78479
Complementary color
Monochromatic Colors of #C78479
Black with #C78479
Text Example
Text Example
White with #C78479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78479; }
p { color: rgb(199,132,121); }
H1.HeaderClassName
{
color: #C78479;
}
.AnyTagClassName
{
color: #C78479;
}
</style>
background-color css
<style>
a { background-color: #C78479; }
a { background-color: rgb(199,132,121); }
div.DivClassName
{
background-color: #C78479;
}
.BgClassName
{
background-color: #C78479;
}
</style>
border-color css
<style>
span { border-color: #C78479; }
span { border-color: rgb(199,132,121); }
td.TdClassName
{
border-color: #C78479;
}
.TagClassName
{
border-color: #C78479;
}
</style>