Shades of Brandy Rose #C2847B
Tints of Brandy Rose #C2847B
RGB
CMYK
RGB Variations
Color information
#C2847B (or 0xC2847B) is known color: Brandy Rose. HEX triplet: C2, 84 and 7B. RGB value is (194,132,123). Sum of RGB (Red+Green+Blue) = 194+132+123=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2847B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2847B is #3D7B84. Grayscale: #959595. Windows color (decimal): -4029317 or 8094914. OLE color: 8094914.
HSL color Cylindrical-coordinate representation of color #C2847B: hue angle of 7.61º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2847B is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 123 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.24 |
| HSL | 7.61º | 0.37% | 0.62% | - |
| HSV(B) | 7.61º | 0.37% | 0.76% | - |
| XYZ | 34.07 | 29.4 | 22.62 | - |
| YUV | 149.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 123 | 0 | 0.32 | 0.37 | 0.24 | 7.61 | 0.37 | 0.62 |
| Hex | C2 | 84 | 7B | 0 | 20 | 25 | 18 | 8 | 25 | 3E |
| Octal | 302 | 204 | 173 | 0 | 40 | 45 | 30 | 10 | 45 | 76 |
| Binary | 11000010 | 10000100 | 1111011 | 0 | 100000 | 100101 | 11000 | 1000 | 100101 | 111110 |
Color Harmonies of #C2847B
Complementary color
Monochromatic Colors of #C2847B
Black with #C2847B
Text Example
Text Example
White with #C2847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2847B; }
p { color: rgb(194,132,123); }
H1.HeaderClassName
{
color: #C2847B;
}
.AnyTagClassName
{
color: #C2847B;
}
</style>
background-color css
<style>
a { background-color: #C2847B; }
a { background-color: rgb(194,132,123); }
div.DivClassName
{
background-color: #C2847B;
}
.BgClassName
{
background-color: #C2847B;
}
</style>
border-color css
<style>
span { border-color: #C2847B; }
span { border-color: rgb(194,132,123); }
td.TdClassName
{
border-color: #C2847B;
}
.TagClassName
{
border-color: #C2847B;
}
</style>