Shades of Tacha #CBB365
Tints of Tacha #CBB365
RGB
CMYK
RGB Variations
Color information
#CBB365 (or 0xCBB365) is known color: Tacha. HEX triplet: CB, B3 and 65. RGB value is (203,179,101). Sum of RGB (Red+Green+Blue) = 203+179+101=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB365 is #344C9A. Grayscale: #B1B1B1. Windows color (decimal): -3427483 or 6665163. OLE color: 6665163.
HSL color Cylindrical-coordinate representation of color #CBB365: hue angle of 45.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBB365 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 101 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.20 |
| HSL | 45.88º | 0.5% | 0.6% | - |
| HSV(B) | 45.88º | 0.5% | 0.8% | - |
| XYZ | 43.1 | 45.88 | 18.9 | - |
| YUV | 177.28 | 84.95 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 101 | 0 | 0.12 | 0.50 | 0.20 | 45.88 | 0.5 | 0.6 |
| Hex | CB | B3 | 65 | 0 | C | 32 | 14 | 2E | 32 | 3C |
| Octal | 313 | 263 | 145 | 0 | 14 | 62 | 24 | 56 | 62 | 74 |
| Binary | 11001011 | 10110011 | 1100101 | 0 | 1100 | 110010 | 10100 | 101110 | 110010 | 111100 |
Color Harmonies of #CBB365
Complementary color
Monochromatic Colors of #CBB365
Black with #CBB365
Text Example
Text Example
White with #CBB365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB365; }
p { color: rgb(203,179,101); }
H1.HeaderClassName
{
color: #CBB365;
}
.AnyTagClassName
{
color: #CBB365;
}
</style>
background-color css
<style>
a { background-color: #CBB365; }
a { background-color: rgb(203,179,101); }
div.DivClassName
{
background-color: #CBB365;
}
.BgClassName
{
background-color: #CBB365;
}
</style>
border-color css
<style>
span { border-color: #CBB365; }
span { border-color: rgb(203,179,101); }
td.TdClassName
{
border-color: #CBB365;
}
.TagClassName
{
border-color: #CBB365;
}
</style>