Shades of Tacha #CBC359
Tints of Tacha #CBC359
RGB
CMYK
RGB Variations
Color information
#CBC359 (or 0xCBC359) is known color: Tacha. HEX triplet: CB, C3 and 59. RGB value is (203,195,89). Sum of RGB (Red+Green+Blue) = 203+195+89=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 89 (35.16% from 255 or 18.28% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC359 is #343CA6. Grayscale: #B9B9B9. Windows color (decimal): -3423399 or 5882827. OLE color: 5882827.
HSL color Cylindrical-coordinate representation of color #CBC359: hue angle of 55.79º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBC359 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 89 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.20 |
| HSL | 55.79º | 0.52% | 0.57% | - |
| HSV(B) | 55.79º | 0.56% | 0.8% | - |
| XYZ | 45.95 | 52.45 | 17.15 | - |
| YUV | 185.31 | 73.65 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 89 | 0 | 0.04 | 0.56 | 0.20 | 55.79 | 0.52 | 0.57 |
| Hex | CB | C3 | 59 | 0 | 4 | 38 | 14 | 38 | 34 | 39 |
| Octal | 313 | 303 | 131 | 0 | 4 | 70 | 24 | 70 | 64 | 71 |
| Binary | 11001011 | 11000011 | 1011001 | 0 | 100 | 111000 | 10100 | 111000 | 110100 | 111001 |
Color Harmonies of #CBC359
Complementary color
Monochromatic Colors of #CBC359
Black with #CBC359
Text Example
Text Example
White with #CBC359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC359; }
p { color: rgb(203,195,89); }
H1.HeaderClassName
{
color: #CBC359;
}
.AnyTagClassName
{
color: #CBC359;
}
</style>
background-color css
<style>
a { background-color: #CBC359; }
a { background-color: rgb(203,195,89); }
div.DivClassName
{
background-color: #CBC359;
}
.BgClassName
{
background-color: #CBC359;
}
</style>
border-color css
<style>
span { border-color: #CBC359; }
span { border-color: rgb(203,195,89); }
td.TdClassName
{
border-color: #CBC359;
}
.TagClassName
{
border-color: #CBC359;
}
</style>