Shades of Brandy Rose #C1836E
Tints of Brandy Rose #C1836E
RGB
CMYK
RGB Variations
Color information
#C1836E (or 0xC1836E) is known color: Brandy Rose. HEX triplet: C1, 83 and 6E. RGB value is (193,131,110). Sum of RGB (Red+Green+Blue) = 193+131+110=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C1836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1836E is #3E7C91. Grayscale: #939393. Windows color (decimal): -4095122 or 7242689. OLE color: 7242689.
HSL color Cylindrical-coordinate representation of color #C1836E: hue angle of 15.18º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C1836E is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 131 | 110 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.24 |
| HSL | 15.18º | 0.4% | 0.59% | - |
| HSV(B) | 15.18º | 0.43% | 0.76% | - |
| XYZ | 32.92 | 28.7 | 18.56 | - |
| YUV | 147.14 | 107.04 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 110 | 0 | 0.32 | 0.43 | 0.24 | 15.18 | 0.4 | 0.59 |
| Hex | C1 | 83 | 6E | 0 | 20 | 2B | 18 | F | 28 | 3B |
| Octal | 301 | 203 | 156 | 0 | 40 | 53 | 30 | 17 | 50 | 73 |
| Binary | 11000001 | 10000011 | 1101110 | 0 | 100000 | 101011 | 11000 | 1111 | 101000 | 111011 |
Color Harmonies of #C1836E
Complementary color
Monochromatic Colors of #C1836E
Black with #C1836E
Text Example
Text Example
White with #C1836E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1836E; }
p { color: rgb(193,131,110); }
H1.HeaderClassName
{
color: #C1836E;
}
.AnyTagClassName
{
color: #C1836E;
}
</style>
background-color css
<style>
a { background-color: #C1836E; }
a { background-color: rgb(193,131,110); }
div.DivClassName
{
background-color: #C1836E;
}
.BgClassName
{
background-color: #C1836E;
}
</style>
border-color css
<style>
span { border-color: #C1836E; }
span { border-color: rgb(193,131,110); }
td.TdClassName
{
border-color: #C1836E;
}
.TagClassName
{
border-color: #C1836E;
}
</style>