Shades of Tacha #CBB954
Tints of Tacha #CBB954
RGB
CMYK
RGB Variations
Color information
#CBB954 (or 0xCBB954) is known color: Tacha. HEX triplet: CB, B9 and 54. RGB value is (203,185,84). Sum of RGB (Red+Green+Blue) = 203+185+84=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 84 (33.20% from 255 or 17.80% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB954 is #3446AB. Grayscale: #B3B3B3. Windows color (decimal): -3425964 or 5552587. OLE color: 5552587.
HSL color Cylindrical-coordinate representation of color #CBB954: hue angle of 50.92º degrees, saturation: 0.53, 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 #CBB954 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 84 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.20 |
| HSL | 50.92º | 0.53% | 0.56% | - |
| HSV(B) | 50.92º | 0.59% | 0.8% | - |
| XYZ | 43.58 | 48.03 | 15.36 | - |
| YUV | 178.87 | 74.46 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 84 | 0 | 0.09 | 0.59 | 0.20 | 50.92 | 0.53 | 0.56 |
| Hex | CB | B9 | 54 | 0 | 9 | 3B | 14 | 33 | 35 | 38 |
| Octal | 313 | 271 | 124 | 0 | 11 | 73 | 24 | 63 | 65 | 70 |
| Binary | 11001011 | 10111001 | 1010100 | 0 | 1001 | 111011 | 10100 | 110011 | 110101 | 111000 |
Color Harmonies of #CBB954
Complementary color
Monochromatic Colors of #CBB954
Black with #CBB954
Text Example
Text Example
White with #CBB954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB954; }
p { color: rgb(203,185,84); }
H1.HeaderClassName
{
color: #CBB954;
}
.AnyTagClassName
{
color: #CBB954;
}
</style>
background-color css
<style>
a { background-color: #CBB954; }
a { background-color: rgb(203,185,84); }
div.DivClassName
{
background-color: #CBB954;
}
.BgClassName
{
background-color: #CBB954;
}
</style>
border-color css
<style>
span { border-color: #CBB954; }
span { border-color: rgb(203,185,84); }
td.TdClassName
{
border-color: #CBB954;
}
.TagClassName
{
border-color: #CBB954;
}
</style>