Shades of Tana #C1BC9B
Tints of Tana #C1BC9B
RGB
CMYK
RGB Variations
Color information
#C1BC9B (or 0xC1BC9B) is known color: Tana. HEX triplet: C1, BC and 9B. RGB value is (193,188,155). Sum of RGB (Red+Green+Blue) = 193+188+155=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BC9B is #3E4364. Grayscale: #B9B9B9. Windows color (decimal): -4080485 or 10206401. OLE color: 10206401.
HSL color Cylindrical-coordinate representation of color #C1BC9B: hue angle of 52.11º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1BC9B is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 155 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.24 |
| HSL | 52.11º | 0.23% | 0.68% | - |
| HSV(B) | 52.11º | 0.2% | 0.76% | - |
| XYZ | 45.89 | 49.67 | 38.18 | - |
| YUV | 185.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 155 | 0 | 0.03 | 0.20 | 0.24 | 52.11 | 0.23 | 0.68 |
| Hex | C1 | BC | 9B | 0 | 3 | 14 | 18 | 34 | 17 | 44 |
| Octal | 301 | 274 | 233 | 0 | 3 | 24 | 30 | 64 | 27 | 104 |
| Binary | 11000001 | 10111100 | 10011011 | 0 | 11 | 10100 | 11000 | 110100 | 10111 | 1000100 |
Color Harmonies of #C1BC9B
Complementary color
Monochromatic Colors of #C1BC9B
Black with #C1BC9B
Text Example
Text Example
White with #C1BC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC9B; }
p { color: rgb(193,188,155); }
H1.HeaderClassName
{
color: #C1BC9B;
}
.AnyTagClassName
{
color: #C1BC9B;
}
</style>
background-color css
<style>
a { background-color: #C1BC9B; }
a { background-color: rgb(193,188,155); }
div.DivClassName
{
background-color: #C1BC9B;
}
.BgClassName
{
background-color: #C1BC9B;
}
</style>
border-color css
<style>
span { border-color: #C1BC9B; }
span { border-color: rgb(193,188,155); }
td.TdClassName
{
border-color: #C1BC9B;
}
.TagClassName
{
border-color: #C1BC9B;
}
</style>