Shades of Tacha #CBC062
Tints of Tacha #CBC062
RGB
CMYK
RGB Variations
Color information
#CBC062 (or 0xCBC062) is known color: Tacha. HEX triplet: CB, C0 and 62. RGB value is (203,192,98). Sum of RGB (Red+Green+Blue) = 203+192+98=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC062 is #343F9D. Grayscale: #B8B8B8. Windows color (decimal): -3424158 or 6471883. OLE color: 6471883.
HSL color Cylindrical-coordinate representation of color #CBC062: hue angle of 53.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBC062 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 98 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.20 |
| HSL | 53.71º | 0.5% | 0.59% | - |
| HSV(B) | 53.71º | 0.52% | 0.8% | - |
| XYZ | 45.68 | 51.28 | 19.05 | - |
| YUV | 184.57 | 79.14 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 98 | 0 | 0.05 | 0.52 | 0.20 | 53.71 | 0.5 | 0.59 |
| Hex | CB | C0 | 62 | 0 | 5 | 34 | 14 | 36 | 32 | 3B |
| Octal | 313 | 300 | 142 | 0 | 5 | 64 | 24 | 66 | 62 | 73 |
| Binary | 11001011 | 11000000 | 1100010 | 0 | 101 | 110100 | 10100 | 110110 | 110010 | 111011 |
Color Harmonies of #CBC062
Complementary color
Monochromatic Colors of #CBC062
Black with #CBC062
Text Example
Text Example
White with #CBC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC062; }
p { color: rgb(203,192,98); }
H1.HeaderClassName
{
color: #CBC062;
}
.AnyTagClassName
{
color: #CBC062;
}
</style>
background-color css
<style>
a { background-color: #CBC062; }
a { background-color: rgb(203,192,98); }
div.DivClassName
{
background-color: #CBC062;
}
.BgClassName
{
background-color: #CBC062;
}
</style>
border-color css
<style>
span { border-color: #CBC062; }
span { border-color: rgb(203,192,98); }
td.TdClassName
{
border-color: #CBC062;
}
.TagClassName
{
border-color: #CBC062;
}
</style>