Shades of Tacha #CBB660
Tints of Tacha #CBB660
RGB
CMYK
RGB Variations
Color information
#CBB660 (or 0xCBB660) is known color: Tacha. HEX triplet: CB, B6 and 60. RGB value is (203,182,96). Sum of RGB (Red+Green+Blue) = 203+182+96=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB660 is #34499F. Grayscale: #B2B2B2. Windows color (decimal): -3426720 or 6338251. OLE color: 6338251.
HSL color Cylindrical-coordinate representation of color #CBB660: hue angle of 48.22º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBB660 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 96 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.20 |
| HSL | 48.22º | 0.51% | 0.59% | - |
| HSV(B) | 48.22º | 0.53% | 0.8% | - |
| XYZ | 43.47 | 47 | 17.85 | - |
| YUV | 178.48 | 81.46 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 96 | 0 | 0.10 | 0.53 | 0.20 | 48.22 | 0.51 | 0.59 |
| Hex | CB | B6 | 60 | 0 | A | 35 | 14 | 30 | 33 | 3B |
| Octal | 313 | 266 | 140 | 0 | 12 | 65 | 24 | 60 | 63 | 73 |
| Binary | 11001011 | 10110110 | 1100000 | 0 | 1010 | 110101 | 10100 | 110000 | 110011 | 111011 |
Color Harmonies of #CBB660
Complementary color
Monochromatic Colors of #CBB660
Black with #CBB660
Text Example
Text Example
White with #CBB660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB660; }
p { color: rgb(203,182,96); }
H1.HeaderClassName
{
color: #CBB660;
}
.AnyTagClassName
{
color: #CBB660;
}
</style>
background-color css
<style>
a { background-color: #CBB660; }
a { background-color: rgb(203,182,96); }
div.DivClassName
{
background-color: #CBB660;
}
.BgClassName
{
background-color: #CBB660;
}
</style>
border-color css
<style>
span { border-color: #CBB660; }
span { border-color: rgb(203,182,96); }
td.TdClassName
{
border-color: #CBB660;
}
.TagClassName
{
border-color: #CBB660;
}
</style>