Shades of Brandy Rose #C3867A
Tints of Brandy Rose #C3867A
RGB
CMYK
RGB Variations
Color information
#C3867A (or 0xC3867A) is known color: Brandy Rose. HEX triplet: C3, 86 and 7A. RGB value is (195,134,122). Sum of RGB (Red+Green+Blue) = 195+134+122=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C3867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3867A is #3C7985. Grayscale: #969696. Windows color (decimal): -3963270 or 8029891. OLE color: 8029891.
HSL color Cylindrical-coordinate representation of color #C3867A: hue angle of 9.86º degrees, saturation: 0.38, 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 #C3867A is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 122 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.24 |
| HSL | 9.86º | 0.38% | 0.62% | - |
| HSV(B) | 9.86º | 0.37% | 0.76% | - |
| XYZ | 34.54 | 30.06 | 22.39 | - |
| YUV | 150.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 122 | 0 | 0.31 | 0.37 | 0.24 | 9.86 | 0.38 | 0.62 |
| Hex | C3 | 86 | 7A | 0 | 1F | 25 | 18 | A | 26 | 3E |
| Octal | 303 | 206 | 172 | 0 | 37 | 45 | 30 | 12 | 46 | 76 |
| Binary | 11000011 | 10000110 | 1111010 | 0 | 11111 | 100101 | 11000 | 1010 | 100110 | 111110 |
Color Harmonies of #C3867A
Complementary color
Monochromatic Colors of #C3867A
Black with #C3867A
Text Example
Text Example
White with #C3867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3867A; }
p { color: rgb(195,134,122); }
H1.HeaderClassName
{
color: #C3867A;
}
.AnyTagClassName
{
color: #C3867A;
}
</style>
background-color css
<style>
a { background-color: #C3867A; }
a { background-color: rgb(195,134,122); }
div.DivClassName
{
background-color: #C3867A;
}
.BgClassName
{
background-color: #C3867A;
}
</style>
border-color css
<style>
span { border-color: #C3867A; }
span { border-color: rgb(195,134,122); }
td.TdClassName
{
border-color: #C3867A;
}
.TagClassName
{
border-color: #C3867A;
}
</style>