Shades of Brandy Rose #C48875
Tints of Brandy Rose #C48875
RGB
CMYK
RGB Variations
Color information
#C48875 (or 0xC48875) is known color: Brandy Rose. HEX triplet: C4, 88 and 75. RGB value is (196,136,117). Sum of RGB (Red+Green+Blue) = 196+136+117=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C48875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48875 is #3B778A. Grayscale: #979797. Windows color (decimal): -3897227 or 7702724. OLE color: 7702724.
HSL color Cylindrical-coordinate representation of color #C48875: hue angle of 14.43º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C48875 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 117 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.23 |
| HSL | 14.43º | 0.4% | 0.61% | - |
| HSV(B) | 14.43º | 0.4% | 0.77% | - |
| XYZ | 34.78 | 30.63 | 20.91 | - |
| YUV | 151.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 117 | 0 | 0.31 | 0.40 | 0.23 | 14.43 | 0.4 | 0.61 |
| Hex | C4 | 88 | 75 | 0 | 1F | 28 | 17 | E | 28 | 3D |
| Octal | 304 | 210 | 165 | 0 | 37 | 50 | 27 | 16 | 50 | 75 |
| Binary | 11000100 | 10001000 | 1110101 | 0 | 11111 | 101000 | 10111 | 1110 | 101000 | 111101 |
Color Harmonies of #C48875
Complementary color
Monochromatic Colors of #C48875
Black with #C48875
Text Example
Text Example
White with #C48875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48875; }
p { color: rgb(196,136,117); }
H1.HeaderClassName
{
color: #C48875;
}
.AnyTagClassName
{
color: #C48875;
}
</style>
background-color css
<style>
a { background-color: #C48875; }
a { background-color: rgb(196,136,117); }
div.DivClassName
{
background-color: #C48875;
}
.BgClassName
{
background-color: #C48875;
}
</style>
border-color css
<style>
span { border-color: #C48875; }
span { border-color: rgb(196,136,117); }
td.TdClassName
{
border-color: #C48875;
}
.TagClassName
{
border-color: #C48875;
}
</style>