Shades of Brandy Rose #C78879
Tints of Brandy Rose #C78879
RGB
CMYK
RGB Variations
Color information
#C78879 (or 0xC78879) is known color: Brandy Rose. HEX triplet: C7, 88 and 79. RGB value is (199,136,121). Sum of RGB (Red+Green+Blue) = 199+136+121=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C78879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78879 is #387786. Grayscale: #999999. Windows color (decimal): -3700615 or 7964871. OLE color: 7964871.
HSL color Cylindrical-coordinate representation of color #C78879: hue angle of 11.54º 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 #C78879 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 121 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.22 |
| HSL | 11.54º | 0.41% | 0.63% | - |
| HSV(B) | 11.54º | 0.39% | 0.78% | - |
| XYZ | 35.81 | 31.13 | 22.21 | - |
| YUV | 153.13 | 109.87 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 121 | 0 | 0.32 | 0.39 | 0.22 | 11.54 | 0.41 | 0.63 |
| Hex | C7 | 88 | 79 | 0 | 20 | 27 | 16 | C | 29 | 3F |
| Octal | 307 | 210 | 171 | 0 | 40 | 47 | 26 | 14 | 51 | 77 |
| Binary | 11000111 | 10001000 | 1111001 | 0 | 100000 | 100111 | 10110 | 1100 | 101001 | 111111 |
Color Harmonies of #C78879
Complementary color
Monochromatic Colors of #C78879
Black with #C78879
Text Example
Text Example
White with #C78879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78879; }
p { color: rgb(199,136,121); }
H1.HeaderClassName
{
color: #C78879;
}
.AnyTagClassName
{
color: #C78879;
}
</style>
background-color css
<style>
a { background-color: #C78879; }
a { background-color: rgb(199,136,121); }
div.DivClassName
{
background-color: #C78879;
}
.BgClassName
{
background-color: #C78879;
}
</style>
border-color css
<style>
span { border-color: #C78879; }
span { border-color: rgb(199,136,121); }
td.TdClassName
{
border-color: #C78879;
}
.TagClassName
{
border-color: #C78879;
}
</style>