Shades of Tacha #CBB95C
Tints of Tacha #CBB95C
RGB
CMYK
RGB Variations
Color information
#CBB95C (or 0xCBB95C) is known color: Tacha. HEX triplet: CB, B9 and 5C. RGB value is (203,185,92). Sum of RGB (Red+Green+Blue) = 203+185+92=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB95C is #3446A3. Grayscale: #B4B4B4. Windows color (decimal): -3425956 or 6076875. OLE color: 6076875.
HSL color Cylindrical-coordinate representation of color #CBB95C: hue angle of 50.27º 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 #CBB95C is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 92 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.20 |
| HSL | 50.27º | 0.52% | 0.58% | - |
| HSV(B) | 50.27º | 0.55% | 0.8% | - |
| XYZ | 43.91 | 48.17 | 17.11 | - |
| YUV | 179.78 | 78.46 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 92 | 0 | 0.09 | 0.55 | 0.20 | 50.27 | 0.52 | 0.58 |
| Hex | CB | B9 | 5C | 0 | 9 | 37 | 14 | 32 | 34 | 3A |
| Octal | 313 | 271 | 134 | 0 | 11 | 67 | 24 | 62 | 64 | 72 |
| Binary | 11001011 | 10111001 | 1011100 | 0 | 1001 | 110111 | 10100 | 110010 | 110100 | 111010 |
Color Harmonies of #CBB95C
Complementary color
Monochromatic Colors of #CBB95C
Black with #CBB95C
Text Example
Text Example
White with #CBB95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB95C; }
p { color: rgb(203,185,92); }
H1.HeaderClassName
{
color: #CBB95C;
}
.AnyTagClassName
{
color: #CBB95C;
}
</style>
background-color css
<style>
a { background-color: #CBB95C; }
a { background-color: rgb(203,185,92); }
div.DivClassName
{
background-color: #CBB95C;
}
.BgClassName
{
background-color: #CBB95C;
}
</style>
border-color css
<style>
span { border-color: #CBB95C; }
span { border-color: rgb(203,185,92); }
td.TdClassName
{
border-color: #CBB95C;
}
.TagClassName
{
border-color: #CBB95C;
}
</style>