Shades of Tacha #CBC164
Tints of Tacha #CBC164
RGB
CMYK
RGB Variations
Color information
#CBC164 (or 0xCBC164) is known color: Tacha. HEX triplet: CB, C1 and 64. RGB value is (203,193,100). Sum of RGB (Red+Green+Blue) = 203+193+100=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC164 is #343E9B. Grayscale: #B9B9B9. Windows color (decimal): -3423900 or 6603211. OLE color: 6603211.
HSL color Cylindrical-coordinate representation of color #CBC164: hue angle of 54.17º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBC164 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 100 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.20 |
| HSL | 54.17º | 0.5% | 0.59% | - |
| HSV(B) | 54.17º | 0.51% | 0.8% | - |
| XYZ | 46 | 51.76 | 19.62 | - |
| YUV | 185.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 100 | 0 | 0.05 | 0.51 | 0.20 | 54.17 | 0.5 | 0.59 |
| Hex | CB | C1 | 64 | 0 | 5 | 33 | 14 | 36 | 32 | 3B |
| Octal | 313 | 301 | 144 | 0 | 5 | 63 | 24 | 66 | 62 | 73 |
| Binary | 11001011 | 11000001 | 1100100 | 0 | 101 | 110011 | 10100 | 110110 | 110010 | 111011 |
Color Harmonies of #CBC164
Complementary color
Monochromatic Colors of #CBC164
Black with #CBC164
Text Example
Text Example
White with #CBC164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC164; }
p { color: rgb(203,193,100); }
H1.HeaderClassName
{
color: #CBC164;
}
.AnyTagClassName
{
color: #CBC164;
}
</style>
background-color css
<style>
a { background-color: #CBC164; }
a { background-color: rgb(203,193,100); }
div.DivClassName
{
background-color: #CBC164;
}
.BgClassName
{
background-color: #CBC164;
}
</style>
border-color css
<style>
span { border-color: #CBC164; }
span { border-color: rgb(203,193,100); }
td.TdClassName
{
border-color: #CBC164;
}
.TagClassName
{
border-color: #CBC164;
}
</style>