Shades of Tacha #CBBC55
Tints of Tacha #CBBC55
RGB
CMYK
RGB Variations
Color information
#CBBC55 (or 0xCBBC55) is known color: Tacha. HEX triplet: CB, BC and 55. RGB value is (203,188,85). Sum of RGB (Red+Green+Blue) = 203+188+85=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBC55 is #3443AA. Grayscale: #B5B5B5. Windows color (decimal): -3425195 or 5618891. OLE color: 5618891.
HSL color Cylindrical-coordinate representation of color #CBBC55: hue angle of 52.37º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBBC55 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 85 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.20 |
| HSL | 52.37º | 0.53% | 0.56% | - |
| HSV(B) | 52.37º | 0.58% | 0.8% | - |
| XYZ | 44.25 | 49.32 | 15.78 | - |
| YUV | 180.74 | 73.97 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 85 | 0 | 0.07 | 0.58 | 0.20 | 52.37 | 0.53 | 0.56 |
| Hex | CB | BC | 55 | 0 | 7 | 3A | 14 | 34 | 35 | 38 |
| Octal | 313 | 274 | 125 | 0 | 7 | 72 | 24 | 64 | 65 | 70 |
| Binary | 11001011 | 10111100 | 1010101 | 0 | 111 | 111010 | 10100 | 110100 | 110101 | 111000 |
Color Harmonies of #CBBC55
Complementary color
Monochromatic Colors of #CBBC55
Black with #CBBC55
Text Example
Text Example
White with #CBBC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC55; }
p { color: rgb(203,188,85); }
H1.HeaderClassName
{
color: #CBBC55;
}
.AnyTagClassName
{
color: #CBBC55;
}
</style>
background-color css
<style>
a { background-color: #CBBC55; }
a { background-color: rgb(203,188,85); }
div.DivClassName
{
background-color: #CBBC55;
}
.BgClassName
{
background-color: #CBBC55;
}
</style>
border-color css
<style>
span { border-color: #CBBC55; }
span { border-color: rgb(203,188,85); }
td.TdClassName
{
border-color: #CBBC55;
}
.TagClassName
{
border-color: #CBBC55;
}
</style>