Shades of Tacha #CBC063
Tints of Tacha #CBC063
RGB
CMYK
RGB Variations
Color information
#CBC063 (or 0xCBC063) is known color: Tacha. HEX triplet: CB, C0 and 63. RGB value is (203,192,99). Sum of RGB (Red+Green+Blue) = 203+192+99=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC063 is #343F9C. Grayscale: #B9B9B9. Windows color (decimal): -3424157 or 6537419. OLE color: 6537419.
HSL color Cylindrical-coordinate representation of color #CBC063: hue angle of 53.65º 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 #CBC063 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 99 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.20 |
| HSL | 53.65º | 0.5% | 0.59% | - |
| HSV(B) | 53.65º | 0.51% | 0.8% | - |
| XYZ | 45.73 | 51.3 | 19.3 | - |
| YUV | 184.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 99 | 0 | 0.05 | 0.51 | 0.20 | 53.65 | 0.5 | 0.59 |
| Hex | CB | C0 | 63 | 0 | 5 | 33 | 14 | 36 | 32 | 3B |
| Octal | 313 | 300 | 143 | 0 | 5 | 63 | 24 | 66 | 62 | 73 |
| Binary | 11001011 | 11000000 | 1100011 | 0 | 101 | 110011 | 10100 | 110110 | 110010 | 111011 |
Color Harmonies of #CBC063
Complementary color
Monochromatic Colors of #CBC063
Black with #CBC063
Text Example
Text Example
White with #CBC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC063; }
p { color: rgb(203,192,99); }
H1.HeaderClassName
{
color: #CBC063;
}
.AnyTagClassName
{
color: #CBC063;
}
</style>
background-color css
<style>
a { background-color: #CBC063; }
a { background-color: rgb(203,192,99); }
div.DivClassName
{
background-color: #CBC063;
}
.BgClassName
{
background-color: #CBC063;
}
</style>
border-color css
<style>
span { border-color: #CBC063; }
span { border-color: rgb(203,192,99); }
td.TdClassName
{
border-color: #CBC063;
}
.TagClassName
{
border-color: #CBC063;
}
</style>