Shades of Tacha #CBC057
Tints of Tacha #CBC057
RGB
CMYK
RGB Variations
Color information
#CBC057 (or 0xCBC057) is known color: Tacha. HEX triplet: CB, C0 and 57. RGB value is (203,192,87). Sum of RGB (Red+Green+Blue) = 203+192+87=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 87 (34.38% from 255 or 18.05% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC057 is #343FA8. Grayscale: #B7B7B7. Windows color (decimal): -3424169 or 5750987. OLE color: 5750987.
HSL color Cylindrical-coordinate representation of color #CBC057: hue angle of 54.31º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBC057 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 87 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.20 |
| HSL | 54.31º | 0.53% | 0.57% | - |
| HSV(B) | 54.31º | 0.57% | 0.8% | - |
| XYZ | 45.2 | 51.08 | 16.49 | - |
| YUV | 183.32 | 73.64 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 87 | 0 | 0.05 | 0.57 | 0.20 | 54.31 | 0.53 | 0.57 |
| Hex | CB | C0 | 57 | 0 | 5 | 39 | 14 | 36 | 35 | 39 |
| Octal | 313 | 300 | 127 | 0 | 5 | 71 | 24 | 66 | 65 | 71 |
| Binary | 11001011 | 11000000 | 1010111 | 0 | 101 | 111001 | 10100 | 110110 | 110101 | 111001 |
Color Harmonies of #CBC057
Complementary color
Monochromatic Colors of #CBC057
Black with #CBC057
Text Example
Text Example
White with #CBC057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC057; }
p { color: rgb(203,192,87); }
H1.HeaderClassName
{
color: #CBC057;
}
.AnyTagClassName
{
color: #CBC057;
}
</style>
background-color css
<style>
a { background-color: #CBC057; }
a { background-color: rgb(203,192,87); }
div.DivClassName
{
background-color: #CBC057;
}
.BgClassName
{
background-color: #CBC057;
}
</style>
border-color css
<style>
span { border-color: #CBC057; }
span { border-color: rgb(203,192,87); }
td.TdClassName
{
border-color: #CBC057;
}
.TagClassName
{
border-color: #CBC057;
}
</style>