Shades of Tacha #CBC060
Tints of Tacha #CBC060
RGB
CMYK
RGB Variations
Color information
#CBC060 (or 0xCBC060) is known color: Tacha. HEX triplet: CB, C0 and 60. RGB value is (203,192,96). Sum of RGB (Red+Green+Blue) = 203+192+96=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC060 is #343F9F. Grayscale: #B8B8B8. Windows color (decimal): -3424160 or 6340811. OLE color: 6340811.
HSL color Cylindrical-coordinate representation of color #CBC060: hue angle of 53.83º 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 #CBC060 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 96 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.20 |
| HSL | 53.83º | 0.51% | 0.59% | - |
| HSV(B) | 53.83º | 0.53% | 0.8% | - |
| XYZ | 45.59 | 51.24 | 18.55 | - |
| YUV | 184.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 96 | 0 | 0.05 | 0.53 | 0.20 | 53.83 | 0.51 | 0.59 |
| Hex | CB | C0 | 60 | 0 | 5 | 35 | 14 | 36 | 33 | 3B |
| Octal | 313 | 300 | 140 | 0 | 5 | 65 | 24 | 66 | 63 | 73 |
| Binary | 11001011 | 11000000 | 1100000 | 0 | 101 | 110101 | 10100 | 110110 | 110011 | 111011 |
Color Harmonies of #CBC060
Complementary color
Monochromatic Colors of #CBC060
Black with #CBC060
Text Example
Text Example
White with #CBC060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC060; }
p { color: rgb(203,192,96); }
H1.HeaderClassName
{
color: #CBC060;
}
.AnyTagClassName
{
color: #CBC060;
}
</style>
background-color css
<style>
a { background-color: #CBC060; }
a { background-color: rgb(203,192,96); }
div.DivClassName
{
background-color: #CBC060;
}
.BgClassName
{
background-color: #CBC060;
}
</style>
border-color css
<style>
span { border-color: #CBC060; }
span { border-color: rgb(203,192,96); }
td.TdClassName
{
border-color: #CBC060;
}
.TagClassName
{
border-color: #CBC060;
}
</style>