Shades of Tacha #CBBB67
Tints of Tacha #CBBB67
RGB
CMYK
RGB Variations
Color information
#CBBB67 (or 0xCBBB67) is known color: Tacha. HEX triplet: CB, BB and 67. RGB value is (203,187,103). Sum of RGB (Red+Green+Blue) = 203+187+103=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBB67 is #344498. Grayscale: #B6B6B6. Windows color (decimal): -3425433 or 6798283. OLE color: 6798283.
HSL color Cylindrical-coordinate representation of color #CBBB67: hue angle of 50.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBBB67 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 103 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.20 |
| HSL | 50.4º | 0.49% | 0.6% | - |
| HSV(B) | 50.4º | 0.49% | 0.8% | - |
| XYZ | 44.85 | 49.22 | 19.97 | - |
| YUV | 182.21 | 83.3 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 103 | 0 | 0.08 | 0.49 | 0.20 | 50.4 | 0.49 | 0.6 |
| Hex | CB | BB | 67 | 0 | 8 | 31 | 14 | 32 | 31 | 3C |
| Octal | 313 | 273 | 147 | 0 | 10 | 61 | 24 | 62 | 61 | 74 |
| Binary | 11001011 | 10111011 | 1100111 | 0 | 1000 | 110001 | 10100 | 110010 | 110001 | 111100 |
Color Harmonies of #CBBB67
Complementary color
Monochromatic Colors of #CBBB67
Black with #CBBB67
Text Example
Text Example
White with #CBBB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB67; }
p { color: rgb(203,187,103); }
H1.HeaderClassName
{
color: #CBBB67;
}
.AnyTagClassName
{
color: #CBBB67;
}
</style>
background-color css
<style>
a { background-color: #CBBB67; }
a { background-color: rgb(203,187,103); }
div.DivClassName
{
background-color: #CBBB67;
}
.BgClassName
{
background-color: #CBBB67;
}
</style>
border-color css
<style>
span { border-color: #CBBB67; }
span { border-color: rgb(203,187,103); }
td.TdClassName
{
border-color: #CBBB67;
}
.TagClassName
{
border-color: #CBBB67;
}
</style>