Shades of Tacha #CBB855
Tints of Tacha #CBB855
RGB
CMYK
RGB Variations
Color information
#CBB855 (or 0xCBB855) is known color: Tacha. HEX triplet: CB, B8 and 55. RGB value is (203,184,85). Sum of RGB (Red+Green+Blue) = 203+184+85=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB855 is #3447AA. Grayscale: #B2B2B2. Windows color (decimal): -3426219 or 5617867. OLE color: 5617867.
HSL color Cylindrical-coordinate representation of color #CBB855: hue angle of 50.34º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBB855 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 85 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.20 |
| HSL | 50.34º | 0.53% | 0.56% | - |
| HSV(B) | 50.34º | 0.58% | 0.8% | - |
| XYZ | 43.41 | 47.63 | 15.5 | - |
| YUV | 178.4 | 75.29 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 85 | 0 | 0.09 | 0.58 | 0.20 | 50.34 | 0.53 | 0.56 |
| Hex | CB | B8 | 55 | 0 | 9 | 3A | 14 | 32 | 35 | 38 |
| Octal | 313 | 270 | 125 | 0 | 11 | 72 | 24 | 62 | 65 | 70 |
| Binary | 11001011 | 10111000 | 1010101 | 0 | 1001 | 111010 | 10100 | 110010 | 110101 | 111000 |
Color Harmonies of #CBB855
Complementary color
Monochromatic Colors of #CBB855
Black with #CBB855
Text Example
Text Example
White with #CBB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB855; }
p { color: rgb(203,184,85); }
H1.HeaderClassName
{
color: #CBB855;
}
.AnyTagClassName
{
color: #CBB855;
}
</style>
background-color css
<style>
a { background-color: #CBB855; }
a { background-color: rgb(203,184,85); }
div.DivClassName
{
background-color: #CBB855;
}
.BgClassName
{
background-color: #CBB855;
}
</style>
border-color css
<style>
span { border-color: #CBB855; }
span { border-color: rgb(203,184,85); }
td.TdClassName
{
border-color: #CBB855;
}
.TagClassName
{
border-color: #CBB855;
}
</style>