Shades of Brandy Rose #C68877
Tints of Brandy Rose #C68877
RGB
CMYK
RGB Variations
Color information
#C68877 (or 0xC68877) is known color: Brandy Rose. HEX triplet: C6, 88 and 77. RGB value is (198,136,119). Sum of RGB (Red+Green+Blue) = 198+136+119=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C68877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68877 is #397788. Grayscale: #989898. Windows color (decimal): -3766153 or 7833798. OLE color: 7833798.
HSL color Cylindrical-coordinate representation of color #C68877: hue angle of 12.91º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C68877 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 119 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.22 |
| HSL | 12.91º | 0.41% | 0.62% | - |
| HSV(B) | 12.91º | 0.4% | 0.78% | - |
| XYZ | 35.42 | 30.95 | 21.56 | - |
| YUV | 152.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 119 | 0 | 0.31 | 0.40 | 0.22 | 12.91 | 0.41 | 0.62 |
| Hex | C6 | 88 | 77 | 0 | 1F | 28 | 16 | D | 29 | 3E |
| Octal | 306 | 210 | 167 | 0 | 37 | 50 | 26 | 15 | 51 | 76 |
| Binary | 11000110 | 10001000 | 1110111 | 0 | 11111 | 101000 | 10110 | 1101 | 101001 | 111110 |
Color Harmonies of #C68877
Complementary color
Monochromatic Colors of #C68877
Black with #C68877
Text Example
Text Example
White with #C68877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68877; }
p { color: rgb(198,136,119); }
H1.HeaderClassName
{
color: #C68877;
}
.AnyTagClassName
{
color: #C68877;
}
</style>
background-color css
<style>
a { background-color: #C68877; }
a { background-color: rgb(198,136,119); }
div.DivClassName
{
background-color: #C68877;
}
.BgClassName
{
background-color: #C68877;
}
</style>
border-color css
<style>
span { border-color: #C68877; }
span { border-color: rgb(198,136,119); }
td.TdClassName
{
border-color: #C68877;
}
.TagClassName
{
border-color: #C68877;
}
</style>