Shades of Tacha #CBC256
Tints of Tacha #CBC256
RGB
CMYK
RGB Variations
Color information
#CBC256 (or 0xCBC256) is known color: Tacha. HEX triplet: CB, C2 and 56. RGB value is (203,194,86). Sum of RGB (Red+Green+Blue) = 203+194+86=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC256 is #343DA9. Grayscale: #B8B8B8. Windows color (decimal): -3423658 or 5685963. OLE color: 5685963.
HSL color Cylindrical-coordinate representation of color #CBC256: hue angle of 55.38º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBC256 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 194 | 86 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.20 |
| HSL | 55.38º | 0.53% | 0.57% | - |
| HSV(B) | 55.38º | 0.58% | 0.8% | - |
| XYZ | 45.6 | 51.95 | 16.43 | - |
| YUV | 184.38 | 72.48 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 86 | 0 | 0.04 | 0.58 | 0.20 | 55.38 | 0.53 | 0.57 |
| Hex | CB | C2 | 56 | 0 | 4 | 3A | 14 | 37 | 35 | 39 |
| Octal | 313 | 302 | 126 | 0 | 4 | 72 | 24 | 67 | 65 | 71 |
| Binary | 11001011 | 11000010 | 1010110 | 0 | 100 | 111010 | 10100 | 110111 | 110101 | 111001 |
Color Harmonies of #CBC256
Complementary color
Monochromatic Colors of #CBC256
Black with #CBC256
Text Example
Text Example
White with #CBC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC256; }
p { color: rgb(203,194,86); }
H1.HeaderClassName
{
color: #CBC256;
}
.AnyTagClassName
{
color: #CBC256;
}
</style>
background-color css
<style>
a { background-color: #CBC256; }
a { background-color: rgb(203,194,86); }
div.DivClassName
{
background-color: #CBC256;
}
.BgClassName
{
background-color: #CBC256;
}
</style>
border-color css
<style>
span { border-color: #CBC256; }
span { border-color: rgb(203,194,86); }
td.TdClassName
{
border-color: #CBC256;
}
.TagClassName
{
border-color: #CBC256;
}
</style>