Shades of Brandy Rose #C47D76
Tints of Brandy Rose #C47D76
RGB
CMYK
RGB Variations
Color information
#C47D76 (or 0xC47D76) is known color: Brandy Rose. HEX triplet: C4, 7D and 76. RGB value is (196,125,118). Sum of RGB (Red+Green+Blue) = 196+125+118=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D76 is #3B8289. Grayscale: #919191. Windows color (decimal): -3900042 or 7765444. OLE color: 7765444.
HSL color Cylindrical-coordinate representation of color #C47D76: hue angle of 5.38º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47D76 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 118 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.23 |
| HSL | 5.38º | 0.4% | 0.62% | - |
| HSV(B) | 5.38º | 0.4% | 0.77% | - |
| XYZ | 33.37 | 27.71 | 20.73 | - |
| YUV | 145.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 118 | 0 | 0.36 | 0.40 | 0.23 | 5.38 | 0.4 | 0.62 |
| Hex | C4 | 7D | 76 | 0 | 24 | 28 | 17 | 5 | 28 | 3E |
| Octal | 304 | 175 | 166 | 0 | 44 | 50 | 27 | 5 | 50 | 76 |
| Binary | 11000100 | 1111101 | 1110110 | 0 | 100100 | 101000 | 10111 | 101 | 101000 | 111110 |
Color Harmonies of #C47D76
Complementary color
Monochromatic Colors of #C47D76
Black with #C47D76
Text Example
Text Example
White with #C47D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D76; }
p { color: rgb(196,125,118); }
H1.HeaderClassName
{
color: #C47D76;
}
.AnyTagClassName
{
color: #C47D76;
}
</style>
background-color css
<style>
a { background-color: #C47D76; }
a { background-color: rgb(196,125,118); }
div.DivClassName
{
background-color: #C47D76;
}
.BgClassName
{
background-color: #C47D76;
}
</style>
border-color css
<style>
span { border-color: #C47D76; }
span { border-color: rgb(196,125,118); }
td.TdClassName
{
border-color: #C47D76;
}
.TagClassName
{
border-color: #C47D76;
}
</style>