Shades of Tacha #CBC050
Tints of Tacha #CBC050
RGB
CMYK
RGB Variations
Color information
#CBC050 (or 0xCBC050) is known color: Tacha. HEX triplet: CB, C0 and 50. RGB value is (203,192,80). Sum of RGB (Red+Green+Blue) = 203+192+80=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC050 is #343FAF. Grayscale: #B6B6B6. Windows color (decimal): -3424176 or 5292235. OLE color: 5292235.
HSL color Cylindrical-coordinate representation of color #CBC050: hue angle of 54.63º 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 #CBC050 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 80 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.20 |
| HSL | 54.63º | 0.54% | 0.55% | - |
| HSV(B) | 54.63º | 0.61% | 0.8% | - |
| XYZ | 44.93 | 50.97 | 15.06 | - |
| YUV | 182.52 | 70.14 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 80 | 0 | 0.05 | 0.61 | 0.20 | 54.63 | 0.54 | 0.55 |
| Hex | CB | C0 | 50 | 0 | 5 | 3D | 14 | 37 | 36 | 37 |
| Octal | 313 | 300 | 120 | 0 | 5 | 75 | 24 | 67 | 66 | 67 |
| Binary | 11001011 | 11000000 | 1010000 | 0 | 101 | 111101 | 10100 | 110111 | 110110 | 110111 |
Color Harmonies of #CBC050
Complementary color
Monochromatic Colors of #CBC050
Black with #CBC050
Text Example
Text Example
White with #CBC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC050; }
p { color: rgb(203,192,80); }
H1.HeaderClassName
{
color: #CBC050;
}
.AnyTagClassName
{
color: #CBC050;
}
</style>
background-color css
<style>
a { background-color: #CBC050; }
a { background-color: rgb(203,192,80); }
div.DivClassName
{
background-color: #CBC050;
}
.BgClassName
{
background-color: #CBC050;
}
</style>
border-color css
<style>
span { border-color: #CBC050; }
span { border-color: rgb(203,192,80); }
td.TdClassName
{
border-color: #CBC050;
}
.TagClassName
{
border-color: #CBC050;
}
</style>