Shades of Brandy Rose #C48672
Tints of Brandy Rose #C48672
RGB
CMYK
RGB Variations
Color information
#C48672 (or 0xC48672) is known color: Brandy Rose. HEX triplet: C4, 86 and 72. RGB value is (196,134,114). Sum of RGB (Red+Green+Blue) = 196+134+114=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C48672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48672 is #3B798D. Grayscale: #969696. Windows color (decimal): -3897742 or 7505604. OLE color: 7505604.
HSL color Cylindrical-coordinate representation of color #C48672: hue angle of 14.63º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C48672 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 114 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.23 |
| HSL | 14.63º | 0.41% | 0.61% | - |
| HSV(B) | 14.63º | 0.42% | 0.77% | - |
| XYZ | 34.33 | 30 | 19.9 | - |
| YUV | 150.26 | 107.54 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 114 | 0 | 0.32 | 0.42 | 0.23 | 14.63 | 0.41 | 0.61 |
| Hex | C4 | 86 | 72 | 0 | 20 | 2A | 17 | F | 29 | 3D |
| Octal | 304 | 206 | 162 | 0 | 40 | 52 | 27 | 17 | 51 | 75 |
| Binary | 11000100 | 10000110 | 1110010 | 0 | 100000 | 101010 | 10111 | 1111 | 101001 | 111101 |
Color Harmonies of #C48672
Complementary color
Monochromatic Colors of #C48672
Black with #C48672
Text Example
Text Example
White with #C48672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48672; }
p { color: rgb(196,134,114); }
H1.HeaderClassName
{
color: #C48672;
}
.AnyTagClassName
{
color: #C48672;
}
</style>
background-color css
<style>
a { background-color: #C48672; }
a { background-color: rgb(196,134,114); }
div.DivClassName
{
background-color: #C48672;
}
.BgClassName
{
background-color: #C48672;
}
</style>
border-color css
<style>
span { border-color: #C48672; }
span { border-color: rgb(196,134,114); }
td.TdClassName
{
border-color: #C48672;
}
.TagClassName
{
border-color: #C48672;
}
</style>