Shades of Tacha #CFB65E
Tints of Tacha #CFB65E
RGB
CMYK
RGB Variations
Color information
#CFB65E (or 0xCFB65E) is known color: Tacha. HEX triplet: CF, B6 and 5E. RGB value is (207,182,94). Sum of RGB (Red+Green+Blue) = 207+182+94=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB65E is #3049A1. Grayscale: #B3B3B3. Windows color (decimal): -3164578 or 6207183. OLE color: 6207183.
HSL color Cylindrical-coordinate representation of color #CFB65E: hue angle of 46.73º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFB65E is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 94 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.19 |
| HSL | 46.73º | 0.54% | 0.59% | - |
| HSV(B) | 46.73º | 0.55% | 0.81% | - |
| XYZ | 44.48 | 47.53 | 17.42 | - |
| YUV | 179.44 | 79.78 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 94 | 0 | 0.12 | 0.55 | 0.19 | 46.73 | 0.54 | 0.59 |
| Hex | CF | B6 | 5E | 0 | C | 37 | 13 | 2F | 36 | 3B |
| Octal | 317 | 266 | 136 | 0 | 14 | 67 | 23 | 57 | 66 | 73 |
| Binary | 11001111 | 10110110 | 1011110 | 0 | 1100 | 110111 | 10011 | 101111 | 110110 | 111011 |
Color Harmonies of #CFB65E
Complementary color
Monochromatic Colors of #CFB65E
Black with #CFB65E
Text Example
Text Example
White with #CFB65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB65E; }
p { color: rgb(207,182,94); }
H1.HeaderClassName
{
color: #CFB65E;
}
.AnyTagClassName
{
color: #CFB65E;
}
</style>
background-color css
<style>
a { background-color: #CFB65E; }
a { background-color: rgb(207,182,94); }
div.DivClassName
{
background-color: #CFB65E;
}
.BgClassName
{
background-color: #CFB65E;
}
</style>
border-color css
<style>
span { border-color: #CFB65E; }
span { border-color: rgb(207,182,94); }
td.TdClassName
{
border-color: #CFB65E;
}
.TagClassName
{
border-color: #CFB65E;
}
</style>