Shades of Brandy Rose #C78579
Tints of Brandy Rose #C78579
RGB
CMYK
RGB Variations
Color information
#C78579 (or 0xC78579) is known color: Brandy Rose. HEX triplet: C7, 85 and 79. RGB value is (199,133,121). Sum of RGB (Red+Green+Blue) = 199+133+121=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C78579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78579 is #387A86. Grayscale: #979797. Windows color (decimal): -3701383 or 7964103. OLE color: 7964103.
HSL color Cylindrical-coordinate representation of color #C78579: hue angle of 9.23º 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 #C78579 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 121 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.22 |
| HSL | 9.23º | 0.41% | 0.63% | - |
| HSV(B) | 9.23º | 0.39% | 0.78% | - |
| XYZ | 35.39 | 30.3 | 22.07 | - |
| YUV | 151.37 | 110.87 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 121 | 0 | 0.33 | 0.39 | 0.22 | 9.23 | 0.41 | 0.63 |
| Hex | C7 | 85 | 79 | 0 | 21 | 27 | 16 | 9 | 29 | 3F |
| Octal | 307 | 205 | 171 | 0 | 41 | 47 | 26 | 11 | 51 | 77 |
| Binary | 11000111 | 10000101 | 1111001 | 0 | 100001 | 100111 | 10110 | 1001 | 101001 | 111111 |
Color Harmonies of #C78579
Complementary color
Monochromatic Colors of #C78579
Black with #C78579
Text Example
Text Example
White with #C78579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78579; }
p { color: rgb(199,133,121); }
H1.HeaderClassName
{
color: #C78579;
}
.AnyTagClassName
{
color: #C78579;
}
</style>
background-color css
<style>
a { background-color: #C78579; }
a { background-color: rgb(199,133,121); }
div.DivClassName
{
background-color: #C78579;
}
.BgClassName
{
background-color: #C78579;
}
</style>
border-color css
<style>
span { border-color: #C78579; }
span { border-color: rgb(199,133,121); }
td.TdClassName
{
border-color: #C78579;
}
.TagClassName
{
border-color: #C78579;
}
</style>