Shades of Tacha #CBBC50
Tints of Tacha #CBBC50
RGB
CMYK
RGB Variations
Color information
#CBBC50 (or 0xCBBC50) is known color: Tacha. HEX triplet: CB, BC and 50. RGB value is (203,188,80). Sum of RGB (Red+Green+Blue) = 203+188+80=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBC50 is #3443AF. Grayscale: #B4B4B4. Windows color (decimal): -3425200 or 5291211. OLE color: 5291211.
HSL color Cylindrical-coordinate representation of color #CBBC50: hue angle of 52.68º 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 #CBBC50 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 80 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.20 |
| HSL | 52.68º | 0.54% | 0.55% | - |
| HSV(B) | 52.68º | 0.61% | 0.8% | - |
| XYZ | 44.06 | 49.24 | 14.77 | - |
| YUV | 180.17 | 71.47 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 80 | 0 | 0.07 | 0.61 | 0.20 | 52.68 | 0.54 | 0.55 |
| Hex | CB | BC | 50 | 0 | 7 | 3D | 14 | 35 | 36 | 37 |
| Octal | 313 | 274 | 120 | 0 | 7 | 75 | 24 | 65 | 66 | 67 |
| Binary | 11001011 | 10111100 | 1010000 | 0 | 111 | 111101 | 10100 | 110101 | 110110 | 110111 |
Color Harmonies of #CBBC50
Complementary color
Monochromatic Colors of #CBBC50
Black with #CBBC50
Text Example
Text Example
White with #CBBC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC50; }
p { color: rgb(203,188,80); }
H1.HeaderClassName
{
color: #CBBC50;
}
.AnyTagClassName
{
color: #CBBC50;
}
</style>
background-color css
<style>
a { background-color: #CBBC50; }
a { background-color: rgb(203,188,80); }
div.DivClassName
{
background-color: #CBBC50;
}
.BgClassName
{
background-color: #CBBC50;
}
</style>
border-color css
<style>
span { border-color: #CBBC50; }
span { border-color: rgb(203,188,80); }
td.TdClassName
{
border-color: #CBBC50;
}
.TagClassName
{
border-color: #CBBC50;
}
</style>