Shades of Tacha #CBB753
Tints of Tacha #CBB753
RGB
CMYK
RGB Variations
Color information
#CBB753 (or 0xCBB753) is known color: Tacha. HEX triplet: CB, B7 and 53. RGB value is (203,183,83). Sum of RGB (Red+Green+Blue) = 203+183+83=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB753 is #3448AC. Grayscale: #B2B2B2. Windows color (decimal): -3426477 or 5486539. OLE color: 5486539.
HSL color Cylindrical-coordinate representation of color #CBB753: hue angle of 50º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBB753 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 83 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.20 |
| HSL | 50º | 0.54% | 0.56% | - |
| HSV(B) | 50º | 0.59% | 0.8% | - |
| XYZ | 43.12 | 47.19 | 15.02 | - |
| YUV | 177.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 83 | 0 | 0.10 | 0.59 | 0.20 | 50 | 0.54 | 0.56 |
| Hex | CB | B7 | 53 | 0 | A | 3B | 14 | 32 | 36 | 38 |
| Octal | 313 | 267 | 123 | 0 | 12 | 73 | 24 | 62 | 66 | 70 |
| Binary | 11001011 | 10110111 | 1010011 | 0 | 1010 | 111011 | 10100 | 110010 | 110110 | 111000 |
Color Harmonies of #CBB753
Complementary color
Monochromatic Colors of #CBB753
Black with #CBB753
Text Example
Text Example
White with #CBB753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB753; }
p { color: rgb(203,183,83); }
H1.HeaderClassName
{
color: #CBB753;
}
.AnyTagClassName
{
color: #CBB753;
}
</style>
background-color css
<style>
a { background-color: #CBB753; }
a { background-color: rgb(203,183,83); }
div.DivClassName
{
background-color: #CBB753;
}
.BgClassName
{
background-color: #CBB753;
}
</style>
border-color css
<style>
span { border-color: #CBB753; }
span { border-color: rgb(203,183,83); }
td.TdClassName
{
border-color: #CBB753;
}
.TagClassName
{
border-color: #CBB753;
}
</style>