Shades of Tacha #CBB560
Tints of Tacha #CBB560
RGB
CMYK
RGB Variations
Color information
#CBB560 (or 0xCBB560) is known color: Tacha. HEX triplet: CB, B5 and 60. RGB value is (203,181,96). Sum of RGB (Red+Green+Blue) = 203+181+96=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB560 is #344A9F. Grayscale: #B2B2B2. Windows color (decimal): -3426976 or 6337995. OLE color: 6337995.
HSL color Cylindrical-coordinate representation of color #CBB560: hue angle of 47.66º 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 #CBB560 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 96 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.20 |
| HSL | 47.66º | 0.51% | 0.59% | - |
| HSV(B) | 47.66º | 0.53% | 0.8% | - |
| XYZ | 43.26 | 46.59 | 17.78 | - |
| YUV | 177.89 | 81.79 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 96 | 0 | 0.11 | 0.53 | 0.20 | 47.66 | 0.51 | 0.59 |
| Hex | CB | B5 | 60 | 0 | B | 35 | 14 | 30 | 33 | 3B |
| Octal | 313 | 265 | 140 | 0 | 13 | 65 | 24 | 60 | 63 | 73 |
| Binary | 11001011 | 10110101 | 1100000 | 0 | 1011 | 110101 | 10100 | 110000 | 110011 | 111011 |
Color Harmonies of #CBB560
Complementary color
Monochromatic Colors of #CBB560
Black with #CBB560
Text Example
Text Example
White with #CBB560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB560; }
p { color: rgb(203,181,96); }
H1.HeaderClassName
{
color: #CBB560;
}
.AnyTagClassName
{
color: #CBB560;
}
</style>
background-color css
<style>
a { background-color: #CBB560; }
a { background-color: rgb(203,181,96); }
div.DivClassName
{
background-color: #CBB560;
}
.BgClassName
{
background-color: #CBB560;
}
</style>
border-color css
<style>
span { border-color: #CBB560; }
span { border-color: rgb(203,181,96); }
td.TdClassName
{
border-color: #CBB560;
}
.TagClassName
{
border-color: #CBB560;
}
</style>