Shades of Tacha #CBB96C
Tints of Tacha #CBB96C
RGB
CMYK
RGB Variations
Color information
#CBB96C (or 0xCBB96C) is known color: Tacha. HEX triplet: CB, B9 and 6C. RGB value is (203,185,108). Sum of RGB (Red+Green+Blue) = 203+185+108=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB96C is #344693. Grayscale: #B5B5B5. Windows color (decimal): -3425940 or 7125451. OLE color: 7125451.
HSL color Cylindrical-coordinate representation of color #CBB96C: hue angle of 48.63º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBB96C is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 108 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.20 |
| HSL | 48.63º | 0.48% | 0.61% | - |
| HSV(B) | 48.63º | 0.47% | 0.8% | - |
| XYZ | 44.68 | 48.48 | 21.19 | - |
| YUV | 181.6 | 86.46 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 108 | 0 | 0.09 | 0.47 | 0.20 | 48.63 | 0.48 | 0.61 |
| Hex | CB | B9 | 6C | 0 | 9 | 2F | 14 | 31 | 30 | 3D |
| Octal | 313 | 271 | 154 | 0 | 11 | 57 | 24 | 61 | 60 | 75 |
| Binary | 11001011 | 10111001 | 1101100 | 0 | 1001 | 101111 | 10100 | 110001 | 110000 | 111101 |
Color Harmonies of #CBB96C
Complementary color
Monochromatic Colors of #CBB96C
Black with #CBB96C
Text Example
Text Example
White with #CBB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB96C; }
p { color: rgb(203,185,108); }
H1.HeaderClassName
{
color: #CBB96C;
}
.AnyTagClassName
{
color: #CBB96C;
}
</style>
background-color css
<style>
a { background-color: #CBB96C; }
a { background-color: rgb(203,185,108); }
div.DivClassName
{
background-color: #CBB96C;
}
.BgClassName
{
background-color: #CBB96C;
}
</style>
border-color css
<style>
span { border-color: #CBB96C; }
span { border-color: rgb(203,185,108); }
td.TdClassName
{
border-color: #CBB96C;
}
.TagClassName
{
border-color: #CBB96C;
}
</style>