Shades of Brandy Rose #C48978
Tints of Brandy Rose #C48978
RGB
CMYK
RGB Variations
Color information
#C48978 (or 0xC48978) is known color: Brandy Rose. HEX triplet: C4, 89 and 78. RGB value is (196,137,120). Sum of RGB (Red+Green+Blue) = 196+137+120=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C48978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48978 is #3B7687. Grayscale: #989898. Windows color (decimal): -3896968 or 7899588. OLE color: 7899588.
HSL color Cylindrical-coordinate representation of color #C48978: hue angle of 13.42º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C48978 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 120 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.23 |
| HSL | 13.42º | 0.39% | 0.62% | - |
| HSV(B) | 13.42º | 0.39% | 0.77% | - |
| XYZ | 35.1 | 30.98 | 21.9 | - |
| YUV | 152.7 | 109.55 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 120 | 0 | 0.30 | 0.39 | 0.23 | 13.42 | 0.39 | 0.62 |
| Hex | C4 | 89 | 78 | 0 | 1E | 27 | 17 | D | 27 | 3E |
| Octal | 304 | 211 | 170 | 0 | 36 | 47 | 27 | 15 | 47 | 76 |
| Binary | 11000100 | 10001001 | 1111000 | 0 | 11110 | 100111 | 10111 | 1101 | 100111 | 111110 |
Color Harmonies of #C48978
Complementary color
Monochromatic Colors of #C48978
Black with #C48978
Text Example
Text Example
White with #C48978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48978; }
p { color: rgb(196,137,120); }
H1.HeaderClassName
{
color: #C48978;
}
.AnyTagClassName
{
color: #C48978;
}
</style>
background-color css
<style>
a { background-color: #C48978; }
a { background-color: rgb(196,137,120); }
div.DivClassName
{
background-color: #C48978;
}
.BgClassName
{
background-color: #C48978;
}
</style>
border-color css
<style>
span { border-color: #C48978; }
span { border-color: rgb(196,137,120); }
td.TdClassName
{
border-color: #C48978;
}
.TagClassName
{
border-color: #C48978;
}
</style>