Shades of Brandy Rose #C48577
Tints of Brandy Rose #C48577
RGB
CMYK
RGB Variations
Color information
#C48577 (or 0xC48577) is known color: Brandy Rose. HEX triplet: C4, 85 and 77. RGB value is (196,133,119). Sum of RGB (Red+Green+Blue) = 196+133+119=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C48577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48577 is #3B7A88. Grayscale: #969696. Windows color (decimal): -3897993 or 7833028. OLE color: 7833028.
HSL color Cylindrical-coordinate representation of color #C48577: hue angle of 10.91º 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 #C48577 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 119 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.23 |
| HSL | 10.91º | 0.39% | 0.62% | - |
| HSV(B) | 10.91º | 0.39% | 0.77% | - |
| XYZ | 34.48 | 29.84 | 21.4 | - |
| YUV | 150.24 | 110.37 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 119 | 0 | 0.32 | 0.39 | 0.23 | 10.91 | 0.39 | 0.62 |
| Hex | C4 | 85 | 77 | 0 | 20 | 27 | 17 | B | 27 | 3E |
| Octal | 304 | 205 | 167 | 0 | 40 | 47 | 27 | 13 | 47 | 76 |
| Binary | 11000100 | 10000101 | 1110111 | 0 | 100000 | 100111 | 10111 | 1011 | 100111 | 111110 |
Color Harmonies of #C48577
Complementary color
Monochromatic Colors of #C48577
Black with #C48577
Text Example
Text Example
White with #C48577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48577; }
p { color: rgb(196,133,119); }
H1.HeaderClassName
{
color: #C48577;
}
.AnyTagClassName
{
color: #C48577;
}
</style>
background-color css
<style>
a { background-color: #C48577; }
a { background-color: rgb(196,133,119); }
div.DivClassName
{
background-color: #C48577;
}
.BgClassName
{
background-color: #C48577;
}
</style>
border-color css
<style>
span { border-color: #C48577; }
span { border-color: rgb(196,133,119); }
td.TdClassName
{
border-color: #C48577;
}
.TagClassName
{
border-color: #C48577;
}
</style>