Shades of Brandy Rose #C47B7A
Tints of Brandy Rose #C47B7A
RGB
CMYK
RGB Variations
Color information
#C47B7A (or 0xC47B7A) is known color: Brandy Rose. HEX triplet: C4, 7B and 7A. RGB value is (196,123,122). Sum of RGB (Red+Green+Blue) = 196+123+122=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B7A is #3B8485. Grayscale: #909090. Windows color (decimal): -3900550 or 8027076. OLE color: 8027076.
HSL color Cylindrical-coordinate representation of color #C47B7A: hue angle of 0.81º 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 #C47B7A is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 122 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.23 |
| HSL | 0.81º | 0.39% | 0.62% | - |
| HSV(B) | 0.81º | 0.38% | 0.77% | - |
| XYZ | 33.36 | 27.31 | 21.92 | - |
| YUV | 144.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 122 | 0 | 0.37 | 0.38 | 0.23 | 0.81 | 0.39 | 0.62 |
| Hex | C4 | 7B | 7A | 0 | 25 | 26 | 17 | 1 | 27 | 3E |
| Octal | 304 | 173 | 172 | 0 | 45 | 46 | 27 | 1 | 47 | 76 |
| Binary | 11000100 | 1111011 | 1111010 | 0 | 100101 | 100110 | 10111 | 1 | 100111 | 111110 |
Color Harmonies of #C47B7A
Complementary color
Monochromatic Colors of #C47B7A
Black with #C47B7A
Text Example
Text Example
White with #C47B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B7A; }
p { color: rgb(196,123,122); }
H1.HeaderClassName
{
color: #C47B7A;
}
.AnyTagClassName
{
color: #C47B7A;
}
</style>
background-color css
<style>
a { background-color: #C47B7A; }
a { background-color: rgb(196,123,122); }
div.DivClassName
{
background-color: #C47B7A;
}
.BgClassName
{
background-color: #C47B7A;
}
</style>
border-color css
<style>
span { border-color: #C47B7A; }
span { border-color: rgb(196,123,122); }
td.TdClassName
{
border-color: #C47B7A;
}
.TagClassName
{
border-color: #C47B7A;
}
</style>