Shades of Tacha #CBB853
Tints of Tacha #CBB853
RGB
CMYK
RGB Variations
Color information
#CBB853 (or 0xCBB853) is known color: Tacha. HEX triplet: CB, B8 and 53. RGB value is (203,184,83). Sum of RGB (Red+Green+Blue) = 203+184+83=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 83 (32.81% from 255 or 17.66% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB853 is #3447AC. Grayscale: #B2B2B2. Windows color (decimal): -3426221 or 5486795. OLE color: 5486795.
HSL color Cylindrical-coordinate representation of color #CBB853: hue angle of 50.5º 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 #CBB853 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 83 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.20 |
| HSL | 50.5º | 0.54% | 0.56% | - |
| HSV(B) | 50.5º | 0.59% | 0.8% | - |
| XYZ | 43.33 | 47.6 | 15.09 | - |
| YUV | 178.17 | 74.29 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 83 | 0 | 0.09 | 0.59 | 0.20 | 50.5 | 0.54 | 0.56 |
| Hex | CB | B8 | 53 | 0 | 9 | 3B | 14 | 32 | 36 | 38 |
| Octal | 313 | 270 | 123 | 0 | 11 | 73 | 24 | 62 | 66 | 70 |
| Binary | 11001011 | 10111000 | 1010011 | 0 | 1001 | 111011 | 10100 | 110010 | 110110 | 111000 |
Color Harmonies of #CBB853
Complementary color
Monochromatic Colors of #CBB853
Black with #CBB853
Text Example
Text Example
White with #CBB853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB853; }
p { color: rgb(203,184,83); }
H1.HeaderClassName
{
color: #CBB853;
}
.AnyTagClassName
{
color: #CBB853;
}
</style>
background-color css
<style>
a { background-color: #CBB853; }
a { background-color: rgb(203,184,83); }
div.DivClassName
{
background-color: #CBB853;
}
.BgClassName
{
background-color: #CBB853;
}
</style>
border-color css
<style>
span { border-color: #CBB853; }
span { border-color: rgb(203,184,83); }
td.TdClassName
{
border-color: #CBB853;
}
.TagClassName
{
border-color: #CBB853;
}
</style>