Shades of Tacha #CBC158
Tints of Tacha #CBC158
RGB
CMYK
RGB Variations
Color information
#CBC158 (or 0xCBC158) is known color: Tacha. HEX triplet: CB, C1 and 58. RGB value is (203,193,88). Sum of RGB (Red+Green+Blue) = 203+193+88=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 88 (34.77% from 255 or 18.18% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC158 is #343EA7. Grayscale: #B8B8B8. Windows color (decimal): -3423912 or 5816779. OLE color: 5816779.
HSL color Cylindrical-coordinate representation of color #CBC158: hue angle of 54.78º 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 #CBC158 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 88 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.20 |
| HSL | 54.78º | 0.53% | 0.57% | - |
| HSV(B) | 54.78º | 0.57% | 0.8% | - |
| XYZ | 45.46 | 51.54 | 16.78 | - |
| YUV | 184.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 88 | 0 | 0.05 | 0.57 | 0.20 | 54.78 | 0.53 | 0.57 |
| Hex | CB | C1 | 58 | 0 | 5 | 39 | 14 | 37 | 35 | 39 |
| Octal | 313 | 301 | 130 | 0 | 5 | 71 | 24 | 67 | 65 | 71 |
| Binary | 11001011 | 11000001 | 1011000 | 0 | 101 | 111001 | 10100 | 110111 | 110101 | 111001 |
Color Harmonies of #CBC158
Complementary color
Monochromatic Colors of #CBC158
Black with #CBC158
Text Example
Text Example
White with #CBC158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC158; }
p { color: rgb(203,193,88); }
H1.HeaderClassName
{
color: #CBC158;
}
.AnyTagClassName
{
color: #CBC158;
}
</style>
background-color css
<style>
a { background-color: #CBC158; }
a { background-color: rgb(203,193,88); }
div.DivClassName
{
background-color: #CBC158;
}
.BgClassName
{
background-color: #CBC158;
}
</style>
border-color css
<style>
span { border-color: #CBC158; }
span { border-color: rgb(203,193,88); }
td.TdClassName
{
border-color: #CBC158;
}
.TagClassName
{
border-color: #CBC158;
}
</style>