Shades of Brandy Rose #C1846F
Tints of Brandy Rose #C1846F
RGB
CMYK
RGB Variations
Color information
#C1846F (or 0xC1846F) is known color: Brandy Rose. HEX triplet: C1, 84 and 6F. RGB value is (193,132,111). Sum of RGB (Red+Green+Blue) = 193+132+111=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C1846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1846F is #3E7B90. Grayscale: #939393. Windows color (decimal): -4094865 or 7308481. OLE color: 7308481.
HSL color Cylindrical-coordinate representation of color #C1846F: hue angle of 15.37º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1846F is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 111 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.24 |
| HSL | 15.37º | 0.4% | 0.6% | - |
| HSV(B) | 15.37º | 0.42% | 0.76% | - |
| XYZ | 33.11 | 28.99 | 18.89 | - |
| YUV | 147.85 | 107.21 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 111 | 0 | 0.32 | 0.42 | 0.24 | 15.37 | 0.4 | 0.6 |
| Hex | C1 | 84 | 6F | 0 | 20 | 2A | 18 | F | 28 | 3C |
| Octal | 301 | 204 | 157 | 0 | 40 | 52 | 30 | 17 | 50 | 74 |
| Binary | 11000001 | 10000100 | 1101111 | 0 | 100000 | 101010 | 11000 | 1111 | 101000 | 111100 |
Color Harmonies of #C1846F
Complementary color
Monochromatic Colors of #C1846F
Black with #C1846F
Text Example
Text Example
White with #C1846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1846F; }
p { color: rgb(193,132,111); }
H1.HeaderClassName
{
color: #C1846F;
}
.AnyTagClassName
{
color: #C1846F;
}
</style>
background-color css
<style>
a { background-color: #C1846F; }
a { background-color: rgb(193,132,111); }
div.DivClassName
{
background-color: #C1846F;
}
.BgClassName
{
background-color: #C1846F;
}
</style>
border-color css
<style>
span { border-color: #C1846F; }
span { border-color: rgb(193,132,111); }
td.TdClassName
{
border-color: #C1846F;
}
.TagClassName
{
border-color: #C1846F;
}
</style>