Shades of Tacha #CBB55C
Tints of Tacha #CBB55C
RGB
CMYK
RGB Variations
Color information
#CBB55C (or 0xCBB55C) is known color: Tacha. HEX triplet: CB, B5 and 5C. RGB value is (203,181,92). Sum of RGB (Red+Green+Blue) = 203+181+92=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB55C is #344AA3. Grayscale: #B1B1B1. Windows color (decimal): -3426980 or 6075851. OLE color: 6075851.
HSL color Cylindrical-coordinate representation of color #CBB55C: hue angle of 48.11º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBB55C is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 92 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.20 |
| HSL | 48.11º | 0.52% | 0.58% | - |
| HSV(B) | 48.11º | 0.55% | 0.8% | - |
| XYZ | 43.08 | 46.52 | 16.83 | - |
| YUV | 177.43 | 79.79 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 92 | 0 | 0.11 | 0.55 | 0.20 | 48.11 | 0.52 | 0.58 |
| Hex | CB | B5 | 5C | 0 | B | 37 | 14 | 30 | 34 | 3A |
| Octal | 313 | 265 | 134 | 0 | 13 | 67 | 24 | 60 | 64 | 72 |
| Binary | 11001011 | 10110101 | 1011100 | 0 | 1011 | 110111 | 10100 | 110000 | 110100 | 111010 |
Color Harmonies of #CBB55C
Complementary color
Monochromatic Colors of #CBB55C
Black with #CBB55C
Text Example
Text Example
White with #CBB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB55C; }
p { color: rgb(203,181,92); }
H1.HeaderClassName
{
color: #CBB55C;
}
.AnyTagClassName
{
color: #CBB55C;
}
</style>
background-color css
<style>
a { background-color: #CBB55C; }
a { background-color: rgb(203,181,92); }
div.DivClassName
{
background-color: #CBB55C;
}
.BgClassName
{
background-color: #CBB55C;
}
</style>
border-color css
<style>
span { border-color: #CBB55C; }
span { border-color: rgb(203,181,92); }
td.TdClassName
{
border-color: #CBB55C;
}
.TagClassName
{
border-color: #CBB55C;
}
</style>