Shades of Tacha #CBB463
Tints of Tacha #CBB463
RGB
CMYK
RGB Variations
Color information
#CBB463 (or 0xCBB463) is known color: Tacha. HEX triplet: CB, B4 and 63. RGB value is (203,180,99). Sum of RGB (Red+Green+Blue) = 203+180+99=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB463 is #344B9C. Grayscale: #B1B1B1. Windows color (decimal): -3427229 or 6534347. OLE color: 6534347.
HSL color Cylindrical-coordinate representation of color #CBB463: hue angle of 46.73º 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 #CBB463 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 99 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.20 |
| HSL | 46.73º | 0.5% | 0.59% | - |
| HSV(B) | 46.73º | 0.51% | 0.8% | - |
| XYZ | 43.2 | 46.24 | 18.45 | - |
| YUV | 177.64 | 83.62 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 99 | 0 | 0.11 | 0.51 | 0.20 | 46.73 | 0.5 | 0.59 |
| Hex | CB | B4 | 63 | 0 | B | 33 | 14 | 2F | 32 | 3B |
| Octal | 313 | 264 | 143 | 0 | 13 | 63 | 24 | 57 | 62 | 73 |
| Binary | 11001011 | 10110100 | 1100011 | 0 | 1011 | 110011 | 10100 | 101111 | 110010 | 111011 |
Color Harmonies of #CBB463
Complementary color
Monochromatic Colors of #CBB463
Black with #CBB463
Text Example
Text Example
White with #CBB463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB463; }
p { color: rgb(203,180,99); }
H1.HeaderClassName
{
color: #CBB463;
}
.AnyTagClassName
{
color: #CBB463;
}
</style>
background-color css
<style>
a { background-color: #CBB463; }
a { background-color: rgb(203,180,99); }
div.DivClassName
{
background-color: #CBB463;
}
.BgClassName
{
background-color: #CBB463;
}
</style>
border-color css
<style>
span { border-color: #CBB463; }
span { border-color: rgb(203,180,99); }
td.TdClassName
{
border-color: #CBB463;
}
.TagClassName
{
border-color: #CBB463;
}
</style>