Shades of Brandy Rose #C48571
Tints of Brandy Rose #C48571
RGB
CMYK
RGB Variations
Color information
#C48571 (or 0xC48571) is known color: Brandy Rose. HEX triplet: C4, 85 and 71. RGB value is (196,133,113). Sum of RGB (Red+Green+Blue) = 196+133+113=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C48571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48571 is #3B7A8E. Grayscale: #959595. Windows color (decimal): -3897999 or 7439812. OLE color: 7439812.
HSL color Cylindrical-coordinate representation of color #C48571: hue angle of 14.46º 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 #C48571 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 113 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.23 |
| HSL | 14.46º | 0.41% | 0.61% | - |
| HSV(B) | 14.46º | 0.42% | 0.77% | - |
| XYZ | 34.13 | 29.7 | 19.56 | - |
| YUV | 149.56 | 107.37 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 113 | 0 | 0.32 | 0.42 | 0.23 | 14.46 | 0.41 | 0.61 |
| Hex | C4 | 85 | 71 | 0 | 20 | 2A | 17 | E | 29 | 3D |
| Octal | 304 | 205 | 161 | 0 | 40 | 52 | 27 | 16 | 51 | 75 |
| Binary | 11000100 | 10000101 | 1110001 | 0 | 100000 | 101010 | 10111 | 1110 | 101001 | 111101 |
Color Harmonies of #C48571
Complementary color
Monochromatic Colors of #C48571
Black with #C48571
Text Example
Text Example
White with #C48571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48571; }
p { color: rgb(196,133,113); }
H1.HeaderClassName
{
color: #C48571;
}
.AnyTagClassName
{
color: #C48571;
}
</style>
background-color css
<style>
a { background-color: #C48571; }
a { background-color: rgb(196,133,113); }
div.DivClassName
{
background-color: #C48571;
}
.BgClassName
{
background-color: #C48571;
}
</style>
border-color css
<style>
span { border-color: #C48571; }
span { border-color: rgb(196,133,113); }
td.TdClassName
{
border-color: #C48571;
}
.TagClassName
{
border-color: #C48571;
}
</style>