Shades of Brandy Rose #C4867B
Tints of Brandy Rose #C4867B
RGB
CMYK
RGB Variations
Color information
#C4867B (or 0xC4867B) is known color: Brandy Rose. HEX triplet: C4, 86 and 7B. RGB value is (196,134,123). Sum of RGB (Red+Green+Blue) = 196+134+123=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4867B is #3B7984. Grayscale: #979797. Windows color (decimal): -3897733 or 8095428. OLE color: 8095428.
HSL color Cylindrical-coordinate representation of color #C4867B: hue angle of 9.04º 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 #C4867B is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 123 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.23 |
| HSL | 9.04º | 0.38% | 0.63% | - |
| HSV(B) | 9.04º | 0.37% | 0.77% | - |
| XYZ | 34.87 | 30.22 | 22.73 | - |
| YUV | 151.28 | 112.04 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 123 | 0 | 0.32 | 0.37 | 0.23 | 9.04 | 0.38 | 0.63 |
| Hex | C4 | 86 | 7B | 0 | 20 | 25 | 17 | 9 | 26 | 3F |
| Octal | 304 | 206 | 173 | 0 | 40 | 45 | 27 | 11 | 46 | 77 |
| Binary | 11000100 | 10000110 | 1111011 | 0 | 100000 | 100101 | 10111 | 1001 | 100110 | 111111 |
Color Harmonies of #C4867B
Complementary color
Monochromatic Colors of #C4867B
Black with #C4867B
Text Example
Text Example
White with #C4867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4867B; }
p { color: rgb(196,134,123); }
H1.HeaderClassName
{
color: #C4867B;
}
.AnyTagClassName
{
color: #C4867B;
}
</style>
background-color css
<style>
a { background-color: #C4867B; }
a { background-color: rgb(196,134,123); }
div.DivClassName
{
background-color: #C4867B;
}
.BgClassName
{
background-color: #C4867B;
}
</style>
border-color css
<style>
span { border-color: #C4867B; }
span { border-color: rgb(196,134,123); }
td.TdClassName
{
border-color: #C4867B;
}
.TagClassName
{
border-color: #C4867B;
}
</style>