Shades of Brandy Rose #C47F77
Tints of Brandy Rose #C47F77
RGB
CMYK
RGB Variations
Color information
#C47F77 (or 0xC47F77) is known color: Brandy Rose. HEX triplet: C4, 7F and 77. RGB value is (196,127,119). Sum of RGB (Red+Green+Blue) = 196+127+119=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F77 is #3B8088. Grayscale: #929292. Windows color (decimal): -3899529 or 7831492. OLE color: 7831492.
HSL color Cylindrical-coordinate representation of color #C47F77: hue angle of 6.23º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C47F77 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 127 | 119 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.23 |
| HSL | 6.23º | 0.39% | 0.62% | - |
| HSV(B) | 6.23º | 0.39% | 0.77% | - |
| XYZ | 33.68 | 28.25 | 21.13 | - |
| YUV | 146.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 119 | 0 | 0.35 | 0.39 | 0.23 | 6.23 | 0.39 | 0.62 |
| Hex | C4 | 7F | 77 | 0 | 23 | 27 | 17 | 6 | 27 | 3E |
| Octal | 304 | 177 | 167 | 0 | 43 | 47 | 27 | 6 | 47 | 76 |
| Binary | 11000100 | 1111111 | 1110111 | 0 | 100011 | 100111 | 10111 | 110 | 100111 | 111110 |
Color Harmonies of #C47F77
Complementary color
Monochromatic Colors of #C47F77
Black with #C47F77
Text Example
Text Example
White with #C47F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47F77; }
p { color: rgb(196,127,119); }
H1.HeaderClassName
{
color: #C47F77;
}
.AnyTagClassName
{
color: #C47F77;
}
</style>
background-color css
<style>
a { background-color: #C47F77; }
a { background-color: rgb(196,127,119); }
div.DivClassName
{
background-color: #C47F77;
}
.BgClassName
{
background-color: #C47F77;
}
</style>
border-color css
<style>
span { border-color: #C47F77; }
span { border-color: rgb(196,127,119); }
td.TdClassName
{
border-color: #C47F77;
}
.TagClassName
{
border-color: #C47F77;
}
</style>