Shades of Brandy Rose #C48975
Tints of Brandy Rose #C48975
RGB
CMYK
RGB Variations
Color information
#C48975 (or 0xC48975) is known color: Brandy Rose. HEX triplet: C4, 89 and 75. RGB value is (196,137,117). Sum of RGB (Red+Green+Blue) = 196+137+117=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C48975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48975 is #3B768A. Grayscale: #989898. Windows color (decimal): -3896971 or 7702980. OLE color: 7702980.
HSL color Cylindrical-coordinate representation of color #C48975: hue angle of 15.19º 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 #C48975 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 117 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.23 |
| HSL | 15.19º | 0.4% | 0.61% | - |
| HSV(B) | 15.19º | 0.4% | 0.77% | - |
| XYZ | 34.92 | 30.91 | 20.96 | - |
| YUV | 152.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 117 | 0 | 0.30 | 0.40 | 0.23 | 15.19 | 0.4 | 0.61 |
| Hex | C4 | 89 | 75 | 0 | 1E | 28 | 17 | F | 28 | 3D |
| Octal | 304 | 211 | 165 | 0 | 36 | 50 | 27 | 17 | 50 | 75 |
| Binary | 11000100 | 10001001 | 1110101 | 0 | 11110 | 101000 | 10111 | 1111 | 101000 | 111101 |
Color Harmonies of #C48975
Complementary color
Monochromatic Colors of #C48975
Black with #C48975
Text Example
Text Example
White with #C48975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48975; }
p { color: rgb(196,137,117); }
H1.HeaderClassName
{
color: #C48975;
}
.AnyTagClassName
{
color: #C48975;
}
</style>
background-color css
<style>
a { background-color: #C48975; }
a { background-color: rgb(196,137,117); }
div.DivClassName
{
background-color: #C48975;
}
.BgClassName
{
background-color: #C48975;
}
</style>
border-color css
<style>
span { border-color: #C48975; }
span { border-color: rgb(196,137,117); }
td.TdClassName
{
border-color: #C48975;
}
.TagClassName
{
border-color: #C48975;
}
</style>