Shades of Tacha #CFB96B
Tints of Tacha #CFB96B
RGB
CMYK
RGB Variations
Color information
#CFB96B (or 0xCFB96B) is known color: Tacha. HEX triplet: CF, B9 and 6B. RGB value is (207,185,107). Sum of RGB (Red+Green+Blue) = 207+185+107=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB96B is #304694. Grayscale: #B7B7B7. Windows color (decimal): -3163797 or 7059919. OLE color: 7059919.
HSL color Cylindrical-coordinate representation of color #CFB96B: hue angle of 46.8º 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 #CFB96B is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 107 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.19 |
| HSL | 46.8º | 0.51% | 0.62% | - |
| HSV(B) | 46.8º | 0.48% | 0.81% | - |
| XYZ | 45.73 | 49.02 | 20.96 | - |
| YUV | 182.69 | 85.29 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 107 | 0 | 0.11 | 0.48 | 0.19 | 46.8 | 0.51 | 0.62 |
| Hex | CF | B9 | 6B | 0 | B | 30 | 13 | 2F | 33 | 3E |
| Octal | 317 | 271 | 153 | 0 | 13 | 60 | 23 | 57 | 63 | 76 |
| Binary | 11001111 | 10111001 | 1101011 | 0 | 1011 | 110000 | 10011 | 101111 | 110011 | 111110 |
Color Harmonies of #CFB96B
Complementary color
Monochromatic Colors of #CFB96B
Black with #CFB96B
Text Example
Text Example
White with #CFB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB96B; }
p { color: rgb(207,185,107); }
H1.HeaderClassName
{
color: #CFB96B;
}
.AnyTagClassName
{
color: #CFB96B;
}
</style>
background-color css
<style>
a { background-color: #CFB96B; }
a { background-color: rgb(207,185,107); }
div.DivClassName
{
background-color: #CFB96B;
}
.BgClassName
{
background-color: #CFB96B;
}
</style>
border-color css
<style>
span { border-color: #CFB96B; }
span { border-color: rgb(207,185,107); }
td.TdClassName
{
border-color: #CFB96B;
}
.TagClassName
{
border-color: #CFB96B;
}
</style>