Shades of Tacha #CBB554
Tints of Tacha #CBB554
RGB
CMYK
RGB Variations
Color information
#CBB554 (or 0xCBB554) is known color: Tacha. HEX triplet: CB, B5 and 54. RGB value is (203,181,84). Sum of RGB (Red+Green+Blue) = 203+181+84=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB554 is #344AAB. Grayscale: #B0B0B0. Windows color (decimal): -3426988 or 5551563. OLE color: 5551563.
HSL color Cylindrical-coordinate representation of color #CBB554: hue angle of 48.91º 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 #CBB554 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 84 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.20 |
| HSL | 48.91º | 0.53% | 0.56% | - |
| HSV(B) | 48.91º | 0.59% | 0.8% | - |
| XYZ | 42.75 | 46.38 | 15.09 | - |
| YUV | 176.52 | 75.79 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 84 | 0 | 0.11 | 0.59 | 0.20 | 48.91 | 0.53 | 0.56 |
| Hex | CB | B5 | 54 | 0 | B | 3B | 14 | 31 | 35 | 38 |
| Octal | 313 | 265 | 124 | 0 | 13 | 73 | 24 | 61 | 65 | 70 |
| Binary | 11001011 | 10110101 | 1010100 | 0 | 1011 | 111011 | 10100 | 110001 | 110101 | 111000 |
Color Harmonies of #CBB554
Complementary color
Monochromatic Colors of #CBB554
Black with #CBB554
Text Example
Text Example
White with #CBB554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB554; }
p { color: rgb(203,181,84); }
H1.HeaderClassName
{
color: #CBB554;
}
.AnyTagClassName
{
color: #CBB554;
}
</style>
background-color css
<style>
a { background-color: #CBB554; }
a { background-color: rgb(203,181,84); }
div.DivClassName
{
background-color: #CBB554;
}
.BgClassName
{
background-color: #CBB554;
}
</style>
border-color css
<style>
span { border-color: #CBB554; }
span { border-color: rgb(203,181,84); }
td.TdClassName
{
border-color: #CBB554;
}
.TagClassName
{
border-color: #CBB554;
}
</style>