Shades of Brandy Rose #C47D75
Tints of Brandy Rose #C47D75
RGB
CMYK
RGB Variations
Color information
#C47D75 (or 0xC47D75) is known color: Brandy Rose. HEX triplet: C4, 7D and 75. RGB value is (196,125,117). Sum of RGB (Red+Green+Blue) = 196+125+117=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D75 is #3B828A. Grayscale: #919191. Windows color (decimal): -3900043 or 7699908. OLE color: 7699908.
HSL color Cylindrical-coordinate representation of color #C47D75: hue angle of 6.08º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47D75 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 117 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.23 |
| HSL | 6.08º | 0.4% | 0.61% | - |
| HSV(B) | 6.08º | 0.4% | 0.77% | - |
| XYZ | 33.31 | 27.69 | 20.42 | - |
| YUV | 145.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 117 | 0 | 0.36 | 0.40 | 0.23 | 6.08 | 0.4 | 0.61 |
| Hex | C4 | 7D | 75 | 0 | 24 | 28 | 17 | 6 | 28 | 3D |
| Octal | 304 | 175 | 165 | 0 | 44 | 50 | 27 | 6 | 50 | 75 |
| Binary | 11000100 | 1111101 | 1110101 | 0 | 100100 | 101000 | 10111 | 110 | 101000 | 111101 |
Color Harmonies of #C47D75
Complementary color
Monochromatic Colors of #C47D75
Black with #C47D75
Text Example
Text Example
White with #C47D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D75; }
p { color: rgb(196,125,117); }
H1.HeaderClassName
{
color: #C47D75;
}
.AnyTagClassName
{
color: #C47D75;
}
</style>
background-color css
<style>
a { background-color: #C47D75; }
a { background-color: rgb(196,125,117); }
div.DivClassName
{
background-color: #C47D75;
}
.BgClassName
{
background-color: #C47D75;
}
</style>
border-color css
<style>
span { border-color: #C47D75; }
span { border-color: rgb(196,125,117); }
td.TdClassName
{
border-color: #C47D75;
}
.TagClassName
{
border-color: #C47D75;
}
</style>