Shades of Tacha #CBB465
Tints of Tacha #CBB465
RGB
CMYK
RGB Variations
Color information
#CBB465 (or 0xCBB465) is known color: Tacha. HEX triplet: CB, B4 and 65. RGB value is (203,180,101). Sum of RGB (Red+Green+Blue) = 203+180+101=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB465 is #344B9A. Grayscale: #B2B2B2. Windows color (decimal): -3427227 or 6665419. OLE color: 6665419.
HSL color Cylindrical-coordinate representation of color #CBB465: hue angle of 46.47º 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 #CBB465 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 101 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.20 |
| HSL | 46.47º | 0.5% | 0.6% | - |
| HSV(B) | 46.47º | 0.5% | 0.8% | - |
| XYZ | 43.3 | 46.28 | 18.96 | - |
| YUV | 177.87 | 84.62 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 101 | 0 | 0.11 | 0.50 | 0.20 | 46.47 | 0.5 | 0.6 |
| Hex | CB | B4 | 65 | 0 | B | 32 | 14 | 2E | 32 | 3C |
| Octal | 313 | 264 | 145 | 0 | 13 | 62 | 24 | 56 | 62 | 74 |
| Binary | 11001011 | 10110100 | 1100101 | 0 | 1011 | 110010 | 10100 | 101110 | 110010 | 111100 |
Color Harmonies of #CBB465
Complementary color
Monochromatic Colors of #CBB465
Black with #CBB465
Text Example
Text Example
White with #CBB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB465; }
p { color: rgb(203,180,101); }
H1.HeaderClassName
{
color: #CBB465;
}
.AnyTagClassName
{
color: #CBB465;
}
</style>
background-color css
<style>
a { background-color: #CBB465; }
a { background-color: rgb(203,180,101); }
div.DivClassName
{
background-color: #CBB465;
}
.BgClassName
{
background-color: #CBB465;
}
</style>
border-color css
<style>
span { border-color: #CBB465; }
span { border-color: rgb(203,180,101); }
td.TdClassName
{
border-color: #CBB465;
}
.TagClassName
{
border-color: #CBB465;
}
</style>