Shades of Brandy Rose #C6847B
Tints of Brandy Rose #C6847B
RGB
CMYK
RGB Variations
Color information
#C6847B (or 0xC6847B) is known color: Brandy Rose. HEX triplet: C6, 84 and 7B. RGB value is (198,132,123). Sum of RGB (Red+Green+Blue) = 198+132+123=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C6847B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6847B is #397B84. Grayscale: #969696. Windows color (decimal): -3767173 or 8094918. OLE color: 8094918.
HSL color Cylindrical-coordinate representation of color #C6847B: hue angle of 7.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6847B is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 123 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.22 |
| HSL | 7.2º | 0.4% | 0.63% | - |
| HSV(B) | 7.2º | 0.38% | 0.78% | - |
| XYZ | 35.12 | 29.94 | 22.67 | - |
| YUV | 150.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 123 | 0 | 0.33 | 0.38 | 0.22 | 7.2 | 0.4 | 0.63 |
| Hex | C6 | 84 | 7B | 0 | 21 | 26 | 16 | 7 | 28 | 3F |
| Octal | 306 | 204 | 173 | 0 | 41 | 46 | 26 | 7 | 50 | 77 |
| Binary | 11000110 | 10000100 | 1111011 | 0 | 100001 | 100110 | 10110 | 111 | 101000 | 111111 |
Color Harmonies of #C6847B
Complementary color
Monochromatic Colors of #C6847B
Black with #C6847B
Text Example
Text Example
White with #C6847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6847B; }
p { color: rgb(198,132,123); }
H1.HeaderClassName
{
color: #C6847B;
}
.AnyTagClassName
{
color: #C6847B;
}
</style>
background-color css
<style>
a { background-color: #C6847B; }
a { background-color: rgb(198,132,123); }
div.DivClassName
{
background-color: #C6847B;
}
.BgClassName
{
background-color: #C6847B;
}
</style>
border-color css
<style>
span { border-color: #C6847B; }
span { border-color: rgb(198,132,123); }
td.TdClassName
{
border-color: #C6847B;
}
.TagClassName
{
border-color: #C6847B;
}
</style>