Shades of Tacha #CBC150
Tints of Tacha #CBC150
RGB
CMYK
RGB Variations
Color information
#CBC150 (or 0xCBC150) is known color: Tacha. HEX triplet: CB, C1 and 50. RGB value is (203,193,80). Sum of RGB (Red+Green+Blue) = 203+193+80=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC150 is #343EAF. Grayscale: #B7B7B7. Windows color (decimal): -3423920 or 5292491. OLE color: 5292491.
HSL color Cylindrical-coordinate representation of color #CBC150: hue angle of 55.12º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBC150 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 80 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.20 |
| HSL | 55.12º | 0.54% | 0.55% | - |
| HSV(B) | 55.12º | 0.61% | 0.8% | - |
| XYZ | 45.15 | 51.42 | 15.13 | - |
| YUV | 183.11 | 69.81 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 80 | 0 | 0.05 | 0.61 | 0.20 | 55.12 | 0.54 | 0.55 |
| Hex | CB | C1 | 50 | 0 | 5 | 3D | 14 | 37 | 36 | 37 |
| Octal | 313 | 301 | 120 | 0 | 5 | 75 | 24 | 67 | 66 | 67 |
| Binary | 11001011 | 11000001 | 1010000 | 0 | 101 | 111101 | 10100 | 110111 | 110110 | 110111 |
Color Harmonies of #CBC150
Complementary color
Monochromatic Colors of #CBC150
Black with #CBC150
Text Example
Text Example
White with #CBC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC150; }
p { color: rgb(203,193,80); }
H1.HeaderClassName
{
color: #CBC150;
}
.AnyTagClassName
{
color: #CBC150;
}
</style>
background-color css
<style>
a { background-color: #CBC150; }
a { background-color: rgb(203,193,80); }
div.DivClassName
{
background-color: #CBC150;
}
.BgClassName
{
background-color: #CBC150;
}
</style>
border-color css
<style>
span { border-color: #CBC150; }
span { border-color: rgb(203,193,80); }
td.TdClassName
{
border-color: #CBC150;
}
.TagClassName
{
border-color: #CBC150;
}
</style>