Shades of Brandy Rose #C48470
Tints of Brandy Rose #C48470
RGB
CMYK
RGB Variations
Color information
#C48470 (or 0xC48470) is known color: Brandy Rose. HEX triplet: C4, 84 and 70. RGB value is (196,132,112). Sum of RGB (Red+Green+Blue) = 196+132+112=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C48470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48470 is #3B7B8F. Grayscale: #959595. Windows color (decimal): -3898256 or 7374020. OLE color: 7374020.
HSL color Cylindrical-coordinate representation of color #C48470: hue angle of 14.29º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C48470 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 112 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.23 |
| HSL | 14.29º | 0.42% | 0.6% | - |
| HSV(B) | 14.29º | 0.43% | 0.77% | - |
| XYZ | 33.94 | 29.41 | 19.22 | - |
| YUV | 148.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 112 | 0 | 0.33 | 0.43 | 0.23 | 14.29 | 0.42 | 0.6 |
| Hex | C4 | 84 | 70 | 0 | 21 | 2B | 17 | E | 2A | 3C |
| Octal | 304 | 204 | 160 | 0 | 41 | 53 | 27 | 16 | 52 | 74 |
| Binary | 11000100 | 10000100 | 1110000 | 0 | 100001 | 101011 | 10111 | 1110 | 101010 | 111100 |
Color Harmonies of #C48470
Complementary color
Monochromatic Colors of #C48470
Black with #C48470
Text Example
Text Example
White with #C48470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48470; }
p { color: rgb(196,132,112); }
H1.HeaderClassName
{
color: #C48470;
}
.AnyTagClassName
{
color: #C48470;
}
</style>
background-color css
<style>
a { background-color: #C48470; }
a { background-color: rgb(196,132,112); }
div.DivClassName
{
background-color: #C48470;
}
.BgClassName
{
background-color: #C48470;
}
</style>
border-color css
<style>
span { border-color: #C48470; }
span { border-color: rgb(196,132,112); }
td.TdClassName
{
border-color: #C48470;
}
.TagClassName
{
border-color: #C48470;
}
</style>