Shades of Tacha #CBB85F
Tints of Tacha #CBB85F
RGB
CMYK
RGB Variations
Color information
#CBB85F (or 0xCBB85F) is known color: Tacha. HEX triplet: CB, B8 and 5F. RGB value is (203,184,95). Sum of RGB (Red+Green+Blue) = 203+184+95=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB85F is #3447A0. Grayscale: #B3B3B3. Windows color (decimal): -3426209 or 6273227. OLE color: 6273227.
HSL color Cylindrical-coordinate representation of color #CBB85F: hue angle of 49.44º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBB85F is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 95 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.20 |
| HSL | 49.44º | 0.51% | 0.58% | - |
| HSV(B) | 49.44º | 0.53% | 0.8% | - |
| XYZ | 43.83 | 47.8 | 17.74 | - |
| YUV | 179.54 | 80.29 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 95 | 0 | 0.09 | 0.53 | 0.20 | 49.44 | 0.51 | 0.58 |
| Hex | CB | B8 | 5F | 0 | 9 | 35 | 14 | 31 | 33 | 3A |
| Octal | 313 | 270 | 137 | 0 | 11 | 65 | 24 | 61 | 63 | 72 |
| Binary | 11001011 | 10111000 | 1011111 | 0 | 1001 | 110101 | 10100 | 110001 | 110011 | 111010 |
Color Harmonies of #CBB85F
Complementary color
Monochromatic Colors of #CBB85F
Black with #CBB85F
Text Example
Text Example
White with #CBB85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB85F; }
p { color: rgb(203,184,95); }
H1.HeaderClassName
{
color: #CBB85F;
}
.AnyTagClassName
{
color: #CBB85F;
}
</style>
background-color css
<style>
a { background-color: #CBB85F; }
a { background-color: rgb(203,184,95); }
div.DivClassName
{
background-color: #CBB85F;
}
.BgClassName
{
background-color: #CBB85F;
}
</style>
border-color css
<style>
span { border-color: #CBB85F; }
span { border-color: rgb(203,184,95); }
td.TdClassName
{
border-color: #CBB85F;
}
.TagClassName
{
border-color: #CBB85F;
}
</style>