Shades of Brandy Rose #C68879
Tints of Brandy Rose #C68879
RGB
CMYK
RGB Variations
Color information
#C68879 (or 0xC68879) is known color: Brandy Rose. HEX triplet: C6, 88 and 79. RGB value is (198,136,121). Sum of RGB (Red+Green+Blue) = 198+136+121=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C68879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68879 is #397786. Grayscale: #989898. Windows color (decimal): -3766151 or 7964870. OLE color: 7964870.
HSL color Cylindrical-coordinate representation of color #C68879: hue angle of 11.69º degrees, saturation: 0.4, 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 #C68879 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 121 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.22 |
| HSL | 11.69º | 0.4% | 0.63% | - |
| HSV(B) | 11.69º | 0.39% | 0.78% | - |
| XYZ | 35.54 | 30.99 | 22.2 | - |
| YUV | 152.83 | 110.04 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 121 | 0 | 0.31 | 0.39 | 0.22 | 11.69 | 0.4 | 0.63 |
| Hex | C6 | 88 | 79 | 0 | 1F | 27 | 16 | C | 28 | 3F |
| Octal | 306 | 210 | 171 | 0 | 37 | 47 | 26 | 14 | 50 | 77 |
| Binary | 11000110 | 10001000 | 1111001 | 0 | 11111 | 100111 | 10110 | 1100 | 101000 | 111111 |
Color Harmonies of #C68879
Complementary color
Monochromatic Colors of #C68879
Black with #C68879
Text Example
Text Example
White with #C68879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68879; }
p { color: rgb(198,136,121); }
H1.HeaderClassName
{
color: #C68879;
}
.AnyTagClassName
{
color: #C68879;
}
</style>
background-color css
<style>
a { background-color: #C68879; }
a { background-color: rgb(198,136,121); }
div.DivClassName
{
background-color: #C68879;
}
.BgClassName
{
background-color: #C68879;
}
</style>
border-color css
<style>
span { border-color: #C68879; }
span { border-color: rgb(198,136,121); }
td.TdClassName
{
border-color: #C68879;
}
.TagClassName
{
border-color: #C68879;
}
</style>