Shades of Tacha #CFB96A
Tints of Tacha #CFB96A
RGB
CMYK
RGB Variations
Color information
#CFB96A (or 0xCFB96A) is known color: Tacha. HEX triplet: CF, B9 and 6A. RGB value is (207,185,106). Sum of RGB (Red+Green+Blue) = 207+185+106=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB96A is #304695. Grayscale: #B6B6B6. Windows color (decimal): -3163798 or 6994383. OLE color: 6994383.
HSL color Cylindrical-coordinate representation of color #CFB96A: hue angle of 46.93º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFB96A is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 106 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.19 |
| HSL | 46.93º | 0.51% | 0.61% | - |
| HSV(B) | 46.93º | 0.49% | 0.81% | - |
| XYZ | 45.68 | 49 | 20.69 | - |
| YUV | 182.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 106 | 0 | 0.11 | 0.49 | 0.19 | 46.93 | 0.51 | 0.61 |
| Hex | CF | B9 | 6A | 0 | B | 31 | 13 | 2F | 33 | 3D |
| Octal | 317 | 271 | 152 | 0 | 13 | 61 | 23 | 57 | 63 | 75 |
| Binary | 11001111 | 10111001 | 1101010 | 0 | 1011 | 110001 | 10011 | 101111 | 110011 | 111101 |
Color Harmonies of #CFB96A
Complementary color
Monochromatic Colors of #CFB96A
Black with #CFB96A
Text Example
Text Example
White with #CFB96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB96A; }
p { color: rgb(207,185,106); }
H1.HeaderClassName
{
color: #CFB96A;
}
.AnyTagClassName
{
color: #CFB96A;
}
</style>
background-color css
<style>
a { background-color: #CFB96A; }
a { background-color: rgb(207,185,106); }
div.DivClassName
{
background-color: #CFB96A;
}
.BgClassName
{
background-color: #CFB96A;
}
</style>
border-color css
<style>
span { border-color: #CFB96A; }
span { border-color: rgb(207,185,106); }
td.TdClassName
{
border-color: #CFB96A;
}
.TagClassName
{
border-color: #CFB96A;
}
</style>