Shades of Brandy Rose #C47D74
Tints of Brandy Rose #C47D74
RGB
CMYK
RGB Variations
Color information
#C47D74 (or 0xC47D74) is known color: Brandy Rose. HEX triplet: C4, 7D and 74. RGB value is (196,125,116). Sum of RGB (Red+Green+Blue) = 196+125+116=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D74 is #3B828B. Grayscale: #919191. Windows color (decimal): -3900044 or 7634372. OLE color: 7634372.
HSL color Cylindrical-coordinate representation of color #C47D74: hue angle of 6.75º degrees, saturation: 0.4, 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 #C47D74 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 116 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.23 |
| HSL | 6.75º | 0.4% | 0.61% | - |
| HSV(B) | 6.75º | 0.41% | 0.77% | - |
| XYZ | 33.25 | 27.66 | 20.11 | - |
| YUV | 145.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 116 | 0 | 0.36 | 0.41 | 0.23 | 6.75 | 0.4 | 0.61 |
| Hex | C4 | 7D | 74 | 0 | 24 | 29 | 17 | 7 | 28 | 3D |
| Octal | 304 | 175 | 164 | 0 | 44 | 51 | 27 | 7 | 50 | 75 |
| Binary | 11000100 | 1111101 | 1110100 | 0 | 100100 | 101001 | 10111 | 111 | 101000 | 111101 |
Color Harmonies of #C47D74
Complementary color
Monochromatic Colors of #C47D74
Black with #C47D74
Text Example
Text Example
White with #C47D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D74; }
p { color: rgb(196,125,116); }
H1.HeaderClassName
{
color: #C47D74;
}
.AnyTagClassName
{
color: #C47D74;
}
</style>
background-color css
<style>
a { background-color: #C47D74; }
a { background-color: rgb(196,125,116); }
div.DivClassName
{
background-color: #C47D74;
}
.BgClassName
{
background-color: #C47D74;
}
</style>
border-color css
<style>
span { border-color: #C47D74; }
span { border-color: rgb(196,125,116); }
td.TdClassName
{
border-color: #C47D74;
}
.TagClassName
{
border-color: #C47D74;
}
</style>