Shades of Brandy Rose #C4857B
Tints of Brandy Rose #C4857B
RGB
CMYK
RGB Variations
Color information
#C4857B (or 0xC4857B) is known color: Brandy Rose. HEX triplet: C4, 85 and 7B. RGB value is (196,133,123). Sum of RGB (Red+Green+Blue) = 196+133+123=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C4857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4857B is #3B7A84. Grayscale: #969696. Windows color (decimal): -3897989 or 8095172. OLE color: 8095172.
HSL color Cylindrical-coordinate representation of color #C4857B: hue angle of 8.22º 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 #C4857B is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 123 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.23 |
| HSL | 8.22º | 0.38% | 0.63% | - |
| HSV(B) | 8.22º | 0.37% | 0.77% | - |
| XYZ | 34.73 | 29.94 | 22.69 | - |
| YUV | 150.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 123 | 0 | 0.32 | 0.37 | 0.23 | 8.22 | 0.38 | 0.63 |
| Hex | C4 | 85 | 7B | 0 | 20 | 25 | 17 | 8 | 26 | 3F |
| Octal | 304 | 205 | 173 | 0 | 40 | 45 | 27 | 10 | 46 | 77 |
| Binary | 11000100 | 10000101 | 1111011 | 0 | 100000 | 100101 | 10111 | 1000 | 100110 | 111111 |
Color Harmonies of #C4857B
Complementary color
Monochromatic Colors of #C4857B
Black with #C4857B
Text Example
Text Example
White with #C4857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4857B; }
p { color: rgb(196,133,123); }
H1.HeaderClassName
{
color: #C4857B;
}
.AnyTagClassName
{
color: #C4857B;
}
</style>
background-color css
<style>
a { background-color: #C4857B; }
a { background-color: rgb(196,133,123); }
div.DivClassName
{
background-color: #C4857B;
}
.BgClassName
{
background-color: #C4857B;
}
</style>
border-color css
<style>
span { border-color: #C4857B; }
span { border-color: rgb(196,133,123); }
td.TdClassName
{
border-color: #C4857B;
}
.TagClassName
{
border-color: #C4857B;
}
</style>