Shades of Brandy Rose #C47D73
Tints of Brandy Rose #C47D73
RGB
CMYK
RGB Variations
Color information
#C47D73 (or 0xC47D73) is known color: Brandy Rose. HEX triplet: C4, 7D and 73. RGB value is (196,125,115). Sum of RGB (Red+Green+Blue) = 196+125+115=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D73 is #3B828C. Grayscale: #919191. Windows color (decimal): -3900045 or 7568836. OLE color: 7568836.
HSL color Cylindrical-coordinate representation of color #C47D73: hue angle of 7.41º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C47D73 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 115 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.23 |
| HSL | 7.41º | 0.41% | 0.61% | - |
| HSV(B) | 7.41º | 0.41% | 0.77% | - |
| XYZ | 33.19 | 27.64 | 19.81 | - |
| YUV | 145.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 115 | 0 | 0.36 | 0.41 | 0.23 | 7.41 | 0.41 | 0.61 |
| Hex | C4 | 7D | 73 | 0 | 24 | 29 | 17 | 7 | 29 | 3D |
| Octal | 304 | 175 | 163 | 0 | 44 | 51 | 27 | 7 | 51 | 75 |
| Binary | 11000100 | 1111101 | 1110011 | 0 | 100100 | 101001 | 10111 | 111 | 101001 | 111101 |
Color Harmonies of #C47D73
Complementary color
Monochromatic Colors of #C47D73
Black with #C47D73
Text Example
Text Example
White with #C47D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D73; }
p { color: rgb(196,125,115); }
H1.HeaderClassName
{
color: #C47D73;
}
.AnyTagClassName
{
color: #C47D73;
}
</style>
background-color css
<style>
a { background-color: #C47D73; }
a { background-color: rgb(196,125,115); }
div.DivClassName
{
background-color: #C47D73;
}
.BgClassName
{
background-color: #C47D73;
}
</style>
border-color css
<style>
span { border-color: #C47D73; }
span { border-color: rgb(196,125,115); }
td.TdClassName
{
border-color: #C47D73;
}
.TagClassName
{
border-color: #C47D73;
}
</style>