Shades of Tacha #CBB566
Tints of Tacha #CBB566
RGB
CMYK
RGB Variations
Color information
#CBB566 (or 0xCBB566) is known color: Tacha. HEX triplet: CB, B5 and 66. RGB value is (203,181,102). Sum of RGB (Red+Green+Blue) = 203+181+102=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB566 is #344A99. Grayscale: #B2B2B2. Windows color (decimal): -3426970 or 6731211. OLE color: 6731211.
HSL color Cylindrical-coordinate representation of color #CBB566: hue angle of 46.93º degrees, saturation: 0.49, 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 #CBB566 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 102 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.20 |
| HSL | 46.93º | 0.49% | 0.6% | - |
| HSV(B) | 46.93º | 0.5% | 0.8% | - |
| XYZ | 43.55 | 46.7 | 19.29 | - |
| YUV | 178.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 102 | 0 | 0.11 | 0.50 | 0.20 | 46.93 | 0.49 | 0.6 |
| Hex | CB | B5 | 66 | 0 | B | 32 | 14 | 2F | 31 | 3C |
| Octal | 313 | 265 | 146 | 0 | 13 | 62 | 24 | 57 | 61 | 74 |
| Binary | 11001011 | 10110101 | 1100110 | 0 | 1011 | 110010 | 10100 | 101111 | 110001 | 111100 |
Color Harmonies of #CBB566
Complementary color
Monochromatic Colors of #CBB566
Black with #CBB566
Text Example
Text Example
White with #CBB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB566; }
p { color: rgb(203,181,102); }
H1.HeaderClassName
{
color: #CBB566;
}
.AnyTagClassName
{
color: #CBB566;
}
</style>
background-color css
<style>
a { background-color: #CBB566; }
a { background-color: rgb(203,181,102); }
div.DivClassName
{
background-color: #CBB566;
}
.BgClassName
{
background-color: #CBB566;
}
</style>
border-color css
<style>
span { border-color: #CBB566; }
span { border-color: rgb(203,181,102); }
td.TdClassName
{
border-color: #CBB566;
}
.TagClassName
{
border-color: #CBB566;
}
</style>