Shades of Brandy Rose #C1806F
Tints of Brandy Rose #C1806F
RGB
CMYK
RGB Variations
Color information
#C1806F (or 0xC1806F) is known color: Brandy Rose. HEX triplet: C1, 80 and 6F. RGB value is (193,128,111). Sum of RGB (Red+Green+Blue) = 193+128+111=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1806F is #3E7F90. Grayscale: #919191. Windows color (decimal): -4095889 or 7307457. OLE color: 7307457.
HSL color Cylindrical-coordinate representation of color #C1806F: hue angle of 12.44º 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 #C1806F is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 111 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.24 |
| HSL | 12.44º | 0.4% | 0.6% | - |
| HSV(B) | 12.44º | 0.42% | 0.76% | - |
| XYZ | 32.58 | 27.92 | 18.71 | - |
| YUV | 145.5 | 108.53 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 111 | 0 | 0.34 | 0.42 | 0.24 | 12.44 | 0.4 | 0.6 |
| Hex | C1 | 80 | 6F | 0 | 22 | 2A | 18 | C | 28 | 3C |
| Octal | 301 | 200 | 157 | 0 | 42 | 52 | 30 | 14 | 50 | 74 |
| Binary | 11000001 | 10000000 | 1101111 | 0 | 100010 | 101010 | 11000 | 1100 | 101000 | 111100 |
Color Harmonies of #C1806F
Complementary color
Monochromatic Colors of #C1806F
Black with #C1806F
Text Example
Text Example
White with #C1806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1806F; }
p { color: rgb(193,128,111); }
H1.HeaderClassName
{
color: #C1806F;
}
.AnyTagClassName
{
color: #C1806F;
}
</style>
background-color css
<style>
a { background-color: #C1806F; }
a { background-color: rgb(193,128,111); }
div.DivClassName
{
background-color: #C1806F;
}
.BgClassName
{
background-color: #C1806F;
}
</style>
border-color css
<style>
span { border-color: #C1806F; }
span { border-color: rgb(193,128,111); }
td.TdClassName
{
border-color: #C1806F;
}
.TagClassName
{
border-color: #C1806F;
}
</style>