Shades of Brandy Rose #C48677
Tints of Brandy Rose #C48677
RGB
CMYK
RGB Variations
Color information
#C48677 (or 0xC48677) is known color: Brandy Rose. HEX triplet: C4, 86 and 77. RGB value is (196,134,119). Sum of RGB (Red+Green+Blue) = 196+134+119=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C48677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48677 is #3B7988. Grayscale: #969696. Windows color (decimal): -3897737 or 7833284. OLE color: 7833284.
HSL color Cylindrical-coordinate representation of color #C48677: hue angle of 11.69º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C48677 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 119 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.23 |
| HSL | 11.69º | 0.39% | 0.62% | - |
| HSV(B) | 11.69º | 0.39% | 0.77% | - |
| XYZ | 34.62 | 30.12 | 21.44 | - |
| YUV | 150.83 | 110.04 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 119 | 0 | 0.32 | 0.39 | 0.23 | 11.69 | 0.39 | 0.62 |
| Hex | C4 | 86 | 77 | 0 | 20 | 27 | 17 | C | 27 | 3E |
| Octal | 304 | 206 | 167 | 0 | 40 | 47 | 27 | 14 | 47 | 76 |
| Binary | 11000100 | 10000110 | 1110111 | 0 | 100000 | 100111 | 10111 | 1100 | 100111 | 111110 |
Color Harmonies of #C48677
Complementary color
Monochromatic Colors of #C48677
Black with #C48677
Text Example
Text Example
White with #C48677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48677; }
p { color: rgb(196,134,119); }
H1.HeaderClassName
{
color: #C48677;
}
.AnyTagClassName
{
color: #C48677;
}
</style>
background-color css
<style>
a { background-color: #C48677; }
a { background-color: rgb(196,134,119); }
div.DivClassName
{
background-color: #C48677;
}
.BgClassName
{
background-color: #C48677;
}
</style>
border-color css
<style>
span { border-color: #C48677; }
span { border-color: rgb(196,134,119); }
td.TdClassName
{
border-color: #C48677;
}
.TagClassName
{
border-color: #C48677;
}
</style>