Shades of Brandy Rose #C4897B
Tints of Brandy Rose #C4897B
RGB
CMYK
RGB Variations
Color information
#C4897B (or 0xC4897B) is known color: Brandy Rose. HEX triplet: C4, 89 and 7B. RGB value is (196,137,123). Sum of RGB (Red+Green+Blue) = 196+137+123=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4897B is #3B7684. Grayscale: #999999. Windows color (decimal): -3896965 or 8096196. OLE color: 8096196.
HSL color Cylindrical-coordinate representation of color #C4897B: hue angle of 11.51º 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 #C4897B is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 123 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.23 |
| HSL | 11.51º | 0.38% | 0.63% | - |
| HSV(B) | 11.51º | 0.37% | 0.77% | - |
| XYZ | 35.29 | 31.06 | 22.87 | - |
| YUV | 153.05 | 111.05 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 123 | 0 | 0.30 | 0.37 | 0.23 | 11.51 | 0.38 | 0.63 |
| Hex | C4 | 89 | 7B | 0 | 1E | 25 | 17 | C | 26 | 3F |
| Octal | 304 | 211 | 173 | 0 | 36 | 45 | 27 | 14 | 46 | 77 |
| Binary | 11000100 | 10001001 | 1111011 | 0 | 11110 | 100101 | 10111 | 1100 | 100110 | 111111 |
Color Harmonies of #C4897B
Complementary color
Monochromatic Colors of #C4897B
Black with #C4897B
Text Example
Text Example
White with #C4897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4897B; }
p { color: rgb(196,137,123); }
H1.HeaderClassName
{
color: #C4897B;
}
.AnyTagClassName
{
color: #C4897B;
}
</style>
background-color css
<style>
a { background-color: #C4897B; }
a { background-color: rgb(196,137,123); }
div.DivClassName
{
background-color: #C4897B;
}
.BgClassName
{
background-color: #C4897B;
}
</style>
border-color css
<style>
span { border-color: #C4897B; }
span { border-color: rgb(196,137,123); }
td.TdClassName
{
border-color: #C4897B;
}
.TagClassName
{
border-color: #C4897B;
}
</style>