Shades of Tacha #CBB464
Tints of Tacha #CBB464
RGB
CMYK
RGB Variations
Color information
#CBB464 (or 0xCBB464) is known color: Tacha. HEX triplet: CB, B4 and 64. RGB value is (203,180,100). Sum of RGB (Red+Green+Blue) = 203+180+100=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB464 is #344B9B. Grayscale: #B2B2B2. Windows color (decimal): -3427228 or 6599883. OLE color: 6599883.
HSL color Cylindrical-coordinate representation of color #CBB464: hue angle of 46.6º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBB464 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 100 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.20 |
| HSL | 46.6º | 0.5% | 0.59% | - |
| HSV(B) | 46.6º | 0.51% | 0.8% | - |
| XYZ | 43.25 | 46.26 | 18.71 | - |
| YUV | 177.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 100 | 0 | 0.11 | 0.51 | 0.20 | 46.6 | 0.5 | 0.59 |
| Hex | CB | B4 | 64 | 0 | B | 33 | 14 | 2F | 32 | 3B |
| Octal | 313 | 264 | 144 | 0 | 13 | 63 | 24 | 57 | 62 | 73 |
| Binary | 11001011 | 10110100 | 1100100 | 0 | 1011 | 110011 | 10100 | 101111 | 110010 | 111011 |
Color Harmonies of #CBB464
Complementary color
Monochromatic Colors of #CBB464
Black with #CBB464
Text Example
Text Example
White with #CBB464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB464; }
p { color: rgb(203,180,100); }
H1.HeaderClassName
{
color: #CBB464;
}
.AnyTagClassName
{
color: #CBB464;
}
</style>
background-color css
<style>
a { background-color: #CBB464; }
a { background-color: rgb(203,180,100); }
div.DivClassName
{
background-color: #CBB464;
}
.BgClassName
{
background-color: #CBB464;
}
</style>
border-color css
<style>
span { border-color: #CBB464; }
span { border-color: rgb(203,180,100); }
td.TdClassName
{
border-color: #CBB464;
}
.TagClassName
{
border-color: #CBB464;
}
</style>