Shades of Tacha #CBC064
Tints of Tacha #CBC064
RGB
CMYK
RGB Variations
Color information
#CBC064 (or 0xCBC064) is known color: Tacha. HEX triplet: CB, C0 and 64. RGB value is (203,192,100). Sum of RGB (Red+Green+Blue) = 203+192+100=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC064 is #343F9B. Grayscale: #B9B9B9. Windows color (decimal): -3424156 or 6602955. OLE color: 6602955.
HSL color Cylindrical-coordinate representation of color #CBC064: hue angle of 53.59º 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 #CBC064 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 100 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.20 |
| HSL | 53.59º | 0.5% | 0.59% | - |
| HSV(B) | 53.59º | 0.51% | 0.8% | - |
| XYZ | 45.78 | 51.32 | 19.55 | - |
| YUV | 184.8 | 80.14 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 100 | 0 | 0.05 | 0.51 | 0.20 | 53.59 | 0.5 | 0.59 |
| Hex | CB | C0 | 64 | 0 | 5 | 33 | 14 | 36 | 32 | 3B |
| Octal | 313 | 300 | 144 | 0 | 5 | 63 | 24 | 66 | 62 | 73 |
| Binary | 11001011 | 11000000 | 1100100 | 0 | 101 | 110011 | 10100 | 110110 | 110010 | 111011 |
Color Harmonies of #CBC064
Complementary color
Monochromatic Colors of #CBC064
Black with #CBC064
Text Example
Text Example
White with #CBC064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC064; }
p { color: rgb(203,192,100); }
H1.HeaderClassName
{
color: #CBC064;
}
.AnyTagClassName
{
color: #CBC064;
}
</style>
background-color css
<style>
a { background-color: #CBC064; }
a { background-color: rgb(203,192,100); }
div.DivClassName
{
background-color: #CBC064;
}
.BgClassName
{
background-color: #CBC064;
}
</style>
border-color css
<style>
span { border-color: #CBC064; }
span { border-color: rgb(203,192,100); }
td.TdClassName
{
border-color: #CBC064;
}
.TagClassName
{
border-color: #CBC064;
}
</style>