Shades of Tacha #CBC066
Tints of Tacha #CBC066
RGB
CMYK
RGB Variations
Color information
#CBC066 (or 0xCBC066) is known color: Tacha. HEX triplet: CB, C0 and 66. RGB value is (203,192,102). Sum of RGB (Red+Green+Blue) = 203+192+102=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC066 is #343F99. Grayscale: #B9B9B9. Windows color (decimal): -3424154 or 6734027. OLE color: 6734027.
HSL color Cylindrical-coordinate representation of color #CBC066: hue angle of 53.47º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBC066 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 102 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.20 |
| HSL | 53.47º | 0.49% | 0.6% | - |
| HSV(B) | 53.47º | 0.5% | 0.8% | - |
| XYZ | 45.88 | 51.36 | 20.06 | - |
| YUV | 185.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 102 | 0 | 0.05 | 0.50 | 0.20 | 53.47 | 0.49 | 0.6 |
| Hex | CB | C0 | 66 | 0 | 5 | 32 | 14 | 35 | 31 | 3C |
| Octal | 313 | 300 | 146 | 0 | 5 | 62 | 24 | 65 | 61 | 74 |
| Binary | 11001011 | 11000000 | 1100110 | 0 | 101 | 110010 | 10100 | 110101 | 110001 | 111100 |
Color Harmonies of #CBC066
Complementary color
Monochromatic Colors of #CBC066
Black with #CBC066
Text Example
Text Example
White with #CBC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC066; }
p { color: rgb(203,192,102); }
H1.HeaderClassName
{
color: #CBC066;
}
.AnyTagClassName
{
color: #CBC066;
}
</style>
background-color css
<style>
a { background-color: #CBC066; }
a { background-color: rgb(203,192,102); }
div.DivClassName
{
background-color: #CBC066;
}
.BgClassName
{
background-color: #CBC066;
}
</style>
border-color css
<style>
span { border-color: #CBC066; }
span { border-color: rgb(203,192,102); }
td.TdClassName
{
border-color: #CBC066;
}
.TagClassName
{
border-color: #CBC066;
}
</style>