Shades of Brandy Rose #C48B7A
Tints of Brandy Rose #C48B7A
RGB
CMYK
RGB Variations
Color information
#C48B7A (or 0xC48B7A) is known color: Brandy Rose. HEX triplet: C4, 8B and 7A. RGB value is (196,139,122). Sum of RGB (Red+Green+Blue) = 196+139+122=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48B7A is #3B7485. Grayscale: #9A9A9A. Windows color (decimal): -3896454 or 8031172. OLE color: 8031172.
HSL color Cylindrical-coordinate representation of color #C48B7A: hue angle of 13.78º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C48B7A is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 122 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.23 |
| HSL | 13.78º | 0.39% | 0.62% | - |
| HSV(B) | 13.78º | 0.38% | 0.77% | - |
| XYZ | 35.51 | 31.61 | 22.64 | - |
| YUV | 154.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 122 | 0 | 0.29 | 0.38 | 0.23 | 13.78 | 0.39 | 0.62 |
| Hex | C4 | 8B | 7A | 0 | 1D | 26 | 17 | E | 27 | 3E |
| Octal | 304 | 213 | 172 | 0 | 35 | 46 | 27 | 16 | 47 | 76 |
| Binary | 11000100 | 10001011 | 1111010 | 0 | 11101 | 100110 | 10111 | 1110 | 100111 | 111110 |
Color Harmonies of #C48B7A
Complementary color
Monochromatic Colors of #C48B7A
Black with #C48B7A
Text Example
Text Example
White with #C48B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48B7A; }
p { color: rgb(196,139,122); }
H1.HeaderClassName
{
color: #C48B7A;
}
.AnyTagClassName
{
color: #C48B7A;
}
</style>
background-color css
<style>
a { background-color: #C48B7A; }
a { background-color: rgb(196,139,122); }
div.DivClassName
{
background-color: #C48B7A;
}
.BgClassName
{
background-color: #C48B7A;
}
</style>
border-color css
<style>
span { border-color: #C48B7A; }
span { border-color: rgb(196,139,122); }
td.TdClassName
{
border-color: #C48B7A;
}
.TagClassName
{
border-color: #C48B7A;
}
</style>