Shades of Brandy Rose #C48071
Tints of Brandy Rose #C48071
RGB
CMYK
RGB Variations
Color information
#C48071 (or 0xC48071) is known color: Brandy Rose. HEX triplet: C4, 80 and 71. RGB value is (196,128,113). Sum of RGB (Red+Green+Blue) = 196+128+113=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C48071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48071 is #3B7F8E. Grayscale: #929292. Windows color (decimal): -3899279 or 7438532. OLE color: 7438532.
HSL color Cylindrical-coordinate representation of color #C48071: hue angle of 10.84º 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 #C48071 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 113 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.23 |
| HSL | 10.84º | 0.41% | 0.61% | - |
| HSV(B) | 10.84º | 0.42% | 0.77% | - |
| XYZ | 33.46 | 28.37 | 19.33 | - |
| YUV | 146.62 | 109.03 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 113 | 0 | 0.35 | 0.42 | 0.23 | 10.84 | 0.41 | 0.61 |
| Hex | C4 | 80 | 71 | 0 | 23 | 2A | 17 | B | 29 | 3D |
| Octal | 304 | 200 | 161 | 0 | 43 | 52 | 27 | 13 | 51 | 75 |
| Binary | 11000100 | 10000000 | 1110001 | 0 | 100011 | 101010 | 10111 | 1011 | 101001 | 111101 |
Color Harmonies of #C48071
Complementary color
Monochromatic Colors of #C48071
Black with #C48071
Text Example
Text Example
White with #C48071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48071; }
p { color: rgb(196,128,113); }
H1.HeaderClassName
{
color: #C48071;
}
.AnyTagClassName
{
color: #C48071;
}
</style>
background-color css
<style>
a { background-color: #C48071; }
a { background-color: rgb(196,128,113); }
div.DivClassName
{
background-color: #C48071;
}
.BgClassName
{
background-color: #C48071;
}
</style>
border-color css
<style>
span { border-color: #C48071; }
span { border-color: rgb(196,128,113); }
td.TdClassName
{
border-color: #C48071;
}
.TagClassName
{
border-color: #C48071;
}
</style>