Shades of Tacha #CBB85A
Tints of Tacha #CBB85A
RGB
CMYK
RGB Variations
Color information
#CBB85A (or 0xCBB85A) is known color: Tacha. HEX triplet: CB, B8 and 5A. RGB value is (203,184,90). Sum of RGB (Red+Green+Blue) = 203+184+90=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB85A is #3447A5. Grayscale: #B3B3B3. Windows color (decimal): -3426214 or 5945547. OLE color: 5945547.
HSL color Cylindrical-coordinate representation of color #CBB85A: hue angle of 49.91º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBB85A is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 90 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.20 |
| HSL | 49.91º | 0.52% | 0.57% | - |
| HSV(B) | 49.91º | 0.56% | 0.8% | - |
| XYZ | 43.61 | 47.72 | 16.58 | - |
| YUV | 178.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 90 | 0 | 0.09 | 0.56 | 0.20 | 49.91 | 0.52 | 0.57 |
| Hex | CB | B8 | 5A | 0 | 9 | 38 | 14 | 32 | 34 | 39 |
| Octal | 313 | 270 | 132 | 0 | 11 | 70 | 24 | 62 | 64 | 71 |
| Binary | 11001011 | 10111000 | 1011010 | 0 | 1001 | 111000 | 10100 | 110010 | 110100 | 111001 |
Color Harmonies of #CBB85A
Complementary color
Monochromatic Colors of #CBB85A
Black with #CBB85A
Text Example
Text Example
White with #CBB85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB85A; }
p { color: rgb(203,184,90); }
H1.HeaderClassName
{
color: #CBB85A;
}
.AnyTagClassName
{
color: #CBB85A;
}
</style>
background-color css
<style>
a { background-color: #CBB85A; }
a { background-color: rgb(203,184,90); }
div.DivClassName
{
background-color: #CBB85A;
}
.BgClassName
{
background-color: #CBB85A;
}
</style>
border-color css
<style>
span { border-color: #CBB85A; }
span { border-color: rgb(203,184,90); }
td.TdClassName
{
border-color: #CBB85A;
}
.TagClassName
{
border-color: #CBB85A;
}
</style>