Shades of Tacha #CBB86C
Tints of Tacha #CBB86C
RGB
CMYK
RGB Variations
Color information
#CBB86C (or 0xCBB86C) is known color: Tacha. HEX triplet: CB, B8 and 6C. RGB value is (203,184,108). Sum of RGB (Red+Green+Blue) = 203+184+108=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB86C is #344793. Grayscale: #B5B5B5. Windows color (decimal): -3426196 or 7125195. OLE color: 7125195.
HSL color Cylindrical-coordinate representation of color #CBB86C: hue angle of 48º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBB86C is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 108 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.20 |
| HSL | 48º | 0.48% | 0.61% | - |
| HSV(B) | 48º | 0.47% | 0.8% | - |
| XYZ | 44.48 | 48.06 | 21.12 | - |
| YUV | 181.02 | 86.79 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 108 | 0 | 0.09 | 0.47 | 0.20 | 48 | 0.48 | 0.61 |
| Hex | CB | B8 | 6C | 0 | 9 | 2F | 14 | 30 | 30 | 3D |
| Octal | 313 | 270 | 154 | 0 | 11 | 57 | 24 | 60 | 60 | 75 |
| Binary | 11001011 | 10111000 | 1101100 | 0 | 1001 | 101111 | 10100 | 110000 | 110000 | 111101 |
Color Harmonies of #CBB86C
Complementary color
Monochromatic Colors of #CBB86C
Black with #CBB86C
Text Example
Text Example
White with #CBB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB86C; }
p { color: rgb(203,184,108); }
H1.HeaderClassName
{
color: #CBB86C;
}
.AnyTagClassName
{
color: #CBB86C;
}
</style>
background-color css
<style>
a { background-color: #CBB86C; }
a { background-color: rgb(203,184,108); }
div.DivClassName
{
background-color: #CBB86C;
}
.BgClassName
{
background-color: #CBB86C;
}
</style>
border-color css
<style>
span { border-color: #CBB86C; }
span { border-color: rgb(203,184,108); }
td.TdClassName
{
border-color: #CBB86C;
}
.TagClassName
{
border-color: #CBB86C;
}
</style>