Shades of Tacha #CFB96C
Tints of Tacha #CFB96C
RGB
CMYK
RGB Variations
Color information
#CFB96C (or 0xCFB96C) is known color: Tacha. HEX triplet: CF, B9 and 6C. RGB value is (207,185,108). Sum of RGB (Red+Green+Blue) = 207+185+108=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB96C is #304693. Grayscale: #B7B7B7. Windows color (decimal): -3163796 or 7125455. OLE color: 7125455.
HSL color Cylindrical-coordinate representation of color #CFB96C: hue angle of 46.67º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFB96C is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 108 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.19 |
| HSL | 46.67º | 0.51% | 0.62% | - |
| HSV(B) | 46.67º | 0.48% | 0.81% | - |
| XYZ | 45.79 | 49.05 | 21.24 | - |
| YUV | 182.8 | 85.79 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 108 | 0 | 0.11 | 0.48 | 0.19 | 46.67 | 0.51 | 0.62 |
| Hex | CF | B9 | 6C | 0 | B | 30 | 13 | 2F | 33 | 3E |
| Octal | 317 | 271 | 154 | 0 | 13 | 60 | 23 | 57 | 63 | 76 |
| Binary | 11001111 | 10111001 | 1101100 | 0 | 1011 | 110000 | 10011 | 101111 | 110011 | 111110 |
Color Harmonies of #CFB96C
Complementary color
Monochromatic Colors of #CFB96C
Black with #CFB96C
Text Example
Text Example
White with #CFB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB96C; }
p { color: rgb(207,185,108); }
H1.HeaderClassName
{
color: #CFB96C;
}
.AnyTagClassName
{
color: #CFB96C;
}
</style>
background-color css
<style>
a { background-color: #CFB96C; }
a { background-color: rgb(207,185,108); }
div.DivClassName
{
background-color: #CFB96C;
}
.BgClassName
{
background-color: #CFB96C;
}
</style>
border-color css
<style>
span { border-color: #CFB96C; }
span { border-color: rgb(207,185,108); }
td.TdClassName
{
border-color: #CFB96C;
}
.TagClassName
{
border-color: #CFB96C;
}
</style>