Shades of Brandy Rose #C4887B
Tints of Brandy Rose #C4887B
RGB
CMYK
RGB Variations
Color information
#C4887B (or 0xC4887B) is known color: Brandy Rose. HEX triplet: C4, 88 and 7B. RGB value is (196,136,123). Sum of RGB (Red+Green+Blue) = 196+136+123=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C4887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4887B is #3B7784. Grayscale: #989898. Windows color (decimal): -3897221 or 8095940. OLE color: 8095940.
HSL color Cylindrical-coordinate representation of color #C4887B: hue angle of 10.68º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C4887B is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 123 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.23 |
| HSL | 10.68º | 0.38% | 0.63% | - |
| HSV(B) | 10.68º | 0.37% | 0.77% | - |
| XYZ | 35.14 | 30.77 | 22.83 | - |
| YUV | 152.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 123 | 0 | 0.31 | 0.37 | 0.23 | 10.68 | 0.38 | 0.63 |
| Hex | C4 | 88 | 7B | 0 | 1F | 25 | 17 | B | 26 | 3F |
| Octal | 304 | 210 | 173 | 0 | 37 | 45 | 27 | 13 | 46 | 77 |
| Binary | 11000100 | 10001000 | 1111011 | 0 | 11111 | 100101 | 10111 | 1011 | 100110 | 111111 |
Color Harmonies of #C4887B
Complementary color
Monochromatic Colors of #C4887B
Black with #C4887B
Text Example
Text Example
White with #C4887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4887B; }
p { color: rgb(196,136,123); }
H1.HeaderClassName
{
color: #C4887B;
}
.AnyTagClassName
{
color: #C4887B;
}
</style>
background-color css
<style>
a { background-color: #C4887B; }
a { background-color: rgb(196,136,123); }
div.DivClassName
{
background-color: #C4887B;
}
.BgClassName
{
background-color: #C4887B;
}
</style>
border-color css
<style>
span { border-color: #C4887B; }
span { border-color: rgb(196,136,123); }
td.TdClassName
{
border-color: #C4887B;
}
.TagClassName
{
border-color: #C4887B;
}
</style>