Shades of Brandy Rose #C4867C
Tints of Brandy Rose #C4867C
RGB
CMYK
RGB Variations
Color information
#C4867C (or 0xC4867C) is known color: Brandy Rose. HEX triplet: C4, 86 and 7C. RGB value is (196,134,124). Sum of RGB (Red+Green+Blue) = 196+134+124=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C4867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4867C is #3B7983. Grayscale: #979797. Windows color (decimal): -3897732 or 8160964. OLE color: 8160964.
HSL color Cylindrical-coordinate representation of color #C4867C: hue angle of 8.33º 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 #C4867C is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 124 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.23 |
| HSL | 8.33º | 0.38% | 0.63% | - |
| HSV(B) | 8.33º | 0.37% | 0.77% | - |
| XYZ | 34.93 | 30.24 | 23.07 | - |
| YUV | 151.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 124 | 0 | 0.32 | 0.37 | 0.23 | 8.33 | 0.38 | 0.63 |
| Hex | C4 | 86 | 7C | 0 | 20 | 25 | 17 | 8 | 26 | 3F |
| Octal | 304 | 206 | 174 | 0 | 40 | 45 | 27 | 10 | 46 | 77 |
| Binary | 11000100 | 10000110 | 1111100 | 0 | 100000 | 100101 | 10111 | 1000 | 100110 | 111111 |
Color Harmonies of #C4867C
Complementary color
Monochromatic Colors of #C4867C
Black with #C4867C
Text Example
Text Example
White with #C4867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4867C; }
p { color: rgb(196,134,124); }
H1.HeaderClassName
{
color: #C4867C;
}
.AnyTagClassName
{
color: #C4867C;
}
</style>
background-color css
<style>
a { background-color: #C4867C; }
a { background-color: rgb(196,134,124); }
div.DivClassName
{
background-color: #C4867C;
}
.BgClassName
{
background-color: #C4867C;
}
</style>
border-color css
<style>
span { border-color: #C4867C; }
span { border-color: rgb(196,134,124); }
td.TdClassName
{
border-color: #C4867C;
}
.TagClassName
{
border-color: #C4867C;
}
</style>