Shades of Tacha #CBBC60
Tints of Tacha #CBBC60
RGB
CMYK
RGB Variations
Color information
#CBBC60 (or 0xCBBC60) is known color: Tacha. HEX triplet: CB, BC and 60. RGB value is (203,188,96). Sum of RGB (Red+Green+Blue) = 203+188+96=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBC60 is #34439F. Grayscale: #B6B6B6. Windows color (decimal): -3425184 or 6339787. OLE color: 6339787.
HSL color Cylindrical-coordinate representation of color #CBBC60: hue angle of 51.59º 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 #CBBC60 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 96 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.20 |
| HSL | 51.59º | 0.51% | 0.59% | - |
| HSV(B) | 51.59º | 0.53% | 0.8% | - |
| XYZ | 44.72 | 49.51 | 18.27 | - |
| YUV | 182 | 79.47 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 96 | 0 | 0.07 | 0.53 | 0.20 | 51.59 | 0.51 | 0.59 |
| Hex | CB | BC | 60 | 0 | 7 | 35 | 14 | 34 | 33 | 3B |
| Octal | 313 | 274 | 140 | 0 | 7 | 65 | 24 | 64 | 63 | 73 |
| Binary | 11001011 | 10111100 | 1100000 | 0 | 111 | 110101 | 10100 | 110100 | 110011 | 111011 |
Color Harmonies of #CBBC60
Complementary color
Monochromatic Colors of #CBBC60
Black with #CBBC60
Text Example
Text Example
White with #CBBC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC60; }
p { color: rgb(203,188,96); }
H1.HeaderClassName
{
color: #CBBC60;
}
.AnyTagClassName
{
color: #CBBC60;
}
</style>
background-color css
<style>
a { background-color: #CBBC60; }
a { background-color: rgb(203,188,96); }
div.DivClassName
{
background-color: #CBBC60;
}
.BgClassName
{
background-color: #CBBC60;
}
</style>
border-color css
<style>
span { border-color: #CBBC60; }
span { border-color: rgb(203,188,96); }
td.TdClassName
{
border-color: #CBBC60;
}
.TagClassName
{
border-color: #CBBC60;
}
</style>