Shades of Brandy Rose #C47D7A
Tints of Brandy Rose #C47D7A
RGB
CMYK
RGB Variations
Color information
#C47D7A (or 0xC47D7A) is known color: Brandy Rose. HEX triplet: C4, 7D and 7A. RGB value is (196,125,122). Sum of RGB (Red+Green+Blue) = 196+125+122=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D7A is #3B8285. Grayscale: #919191. Windows color (decimal): -3900038 or 8027588. OLE color: 8027588.
HSL color Cylindrical-coordinate representation of color #C47D7A: hue angle of 2.43º 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 #C47D7A is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 122 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.23 |
| HSL | 2.43º | 0.39% | 0.62% | - |
| HSV(B) | 2.43º | 0.38% | 0.77% | - |
| XYZ | 33.61 | 27.81 | 22.01 | - |
| YUV | 145.89 | 114.52 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 122 | 0 | 0.36 | 0.38 | 0.23 | 2.43 | 0.39 | 0.62 |
| Hex | C4 | 7D | 7A | 0 | 24 | 26 | 17 | 2 | 27 | 3E |
| Octal | 304 | 175 | 172 | 0 | 44 | 46 | 27 | 2 | 47 | 76 |
| Binary | 11000100 | 1111101 | 1111010 | 0 | 100100 | 100110 | 10111 | 10 | 100111 | 111110 |
Color Harmonies of #C47D7A
Complementary color
Monochromatic Colors of #C47D7A
Black with #C47D7A
Text Example
Text Example
White with #C47D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D7A; }
p { color: rgb(196,125,122); }
H1.HeaderClassName
{
color: #C47D7A;
}
.AnyTagClassName
{
color: #C47D7A;
}
</style>
background-color css
<style>
a { background-color: #C47D7A; }
a { background-color: rgb(196,125,122); }
div.DivClassName
{
background-color: #C47D7A;
}
.BgClassName
{
background-color: #C47D7A;
}
</style>
border-color css
<style>
span { border-color: #C47D7A; }
span { border-color: rgb(196,125,122); }
td.TdClassName
{
border-color: #C47D7A;
}
.TagClassName
{
border-color: #C47D7A;
}
</style>