Shades of Brandy Rose #C4857C
Tints of Brandy Rose #C4857C
RGB
CMYK
RGB Variations
Color information
#C4857C (or 0xC4857C) is known color: Brandy Rose. HEX triplet: C4, 85 and 7C. RGB value is (196,133,124). Sum of RGB (Red+Green+Blue) = 196+133+124=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4857C is #3B7A83. Grayscale: #969696. Windows color (decimal): -3897988 or 8160708. OLE color: 8160708.
HSL color Cylindrical-coordinate representation of color #C4857C: hue angle of 7.5º 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 #C4857C is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 124 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.23 |
| HSL | 7.5º | 0.38% | 0.63% | - |
| HSV(B) | 7.5º | 0.37% | 0.77% | - |
| XYZ | 34.79 | 29.97 | 23.02 | - |
| YUV | 150.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 124 | 0 | 0.32 | 0.37 | 0.23 | 7.5 | 0.38 | 0.63 |
| Hex | C4 | 85 | 7C | 0 | 20 | 25 | 17 | 8 | 26 | 3F |
| Octal | 304 | 205 | 174 | 0 | 40 | 45 | 27 | 10 | 46 | 77 |
| Binary | 11000100 | 10000101 | 1111100 | 0 | 100000 | 100101 | 10111 | 1000 | 100110 | 111111 |
Color Harmonies of #C4857C
Complementary color
Monochromatic Colors of #C4857C
Black with #C4857C
Text Example
Text Example
White with #C4857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4857C; }
p { color: rgb(196,133,124); }
H1.HeaderClassName
{
color: #C4857C;
}
.AnyTagClassName
{
color: #C4857C;
}
</style>
background-color css
<style>
a { background-color: #C4857C; }
a { background-color: rgb(196,133,124); }
div.DivClassName
{
background-color: #C4857C;
}
.BgClassName
{
background-color: #C4857C;
}
</style>
border-color css
<style>
span { border-color: #C4857C; }
span { border-color: rgb(196,133,124); }
td.TdClassName
{
border-color: #C4857C;
}
.TagClassName
{
border-color: #C4857C;
}
</style>