Shades of Brandy Rose #C47D79
Tints of Brandy Rose #C47D79
RGB
CMYK
RGB Variations
Color information
#C47D79 (or 0xC47D79) is known color: Brandy Rose. HEX triplet: C4, 7D and 79. RGB value is (196,125,121). Sum of RGB (Red+Green+Blue) = 196+125+121=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D79 is #3B8286. Grayscale: #919191. Windows color (decimal): -3900039 or 7962052. OLE color: 7962052.
HSL color Cylindrical-coordinate representation of color #C47D79: hue angle of 3.2º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47D79 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 121 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.23 |
| HSL | 3.2º | 0.39% | 0.62% | - |
| HSV(B) | 3.2º | 0.38% | 0.77% | - |
| XYZ | 33.55 | 27.78 | 21.68 | - |
| YUV | 145.77 | 114.02 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 121 | 0 | 0.36 | 0.38 | 0.23 | 3.2 | 0.39 | 0.62 |
| Hex | C4 | 7D | 79 | 0 | 24 | 26 | 17 | 3 | 27 | 3E |
| Octal | 304 | 175 | 171 | 0 | 44 | 46 | 27 | 3 | 47 | 76 |
| Binary | 11000100 | 1111101 | 1111001 | 0 | 100100 | 100110 | 10111 | 11 | 100111 | 111110 |
Color Harmonies of #C47D79
Complementary color
Monochromatic Colors of #C47D79
Black with #C47D79
Text Example
Text Example
White with #C47D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D79; }
p { color: rgb(196,125,121); }
H1.HeaderClassName
{
color: #C47D79;
}
.AnyTagClassName
{
color: #C47D79;
}
</style>
background-color css
<style>
a { background-color: #C47D79; }
a { background-color: rgb(196,125,121); }
div.DivClassName
{
background-color: #C47D79;
}
.BgClassName
{
background-color: #C47D79;
}
</style>
border-color css
<style>
span { border-color: #C47D79; }
span { border-color: rgb(196,125,121); }
td.TdClassName
{
border-color: #C47D79;
}
.TagClassName
{
border-color: #C47D79;
}
</style>