Shades of Tacha #CFB45E
Tints of Tacha #CFB45E
RGB
CMYK
RGB Variations
Color information
#CFB45E (or 0xCFB45E) is known color: Tacha. HEX triplet: CF, B4 and 5E. RGB value is (207,180,94). Sum of RGB (Red+Green+Blue) = 207+180+94=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB45E is #304BA1. Grayscale: #B2B2B2. Windows color (decimal): -3165090 or 6206671. OLE color: 6206671.
HSL color Cylindrical-coordinate representation of color #CFB45E: hue angle of 45.66º 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 #CFB45E is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 94 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.19 |
| HSL | 45.66º | 0.54% | 0.59% | - |
| HSV(B) | 45.66º | 0.55% | 0.81% | - |
| XYZ | 44.07 | 46.72 | 17.28 | - |
| YUV | 178.27 | 80.45 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 94 | 0 | 0.13 | 0.55 | 0.19 | 45.66 | 0.54 | 0.59 |
| Hex | CF | B4 | 5E | 0 | D | 37 | 13 | 2E | 36 | 3B |
| Octal | 317 | 264 | 136 | 0 | 15 | 67 | 23 | 56 | 66 | 73 |
| Binary | 11001111 | 10110100 | 1011110 | 0 | 1101 | 110111 | 10011 | 101110 | 110110 | 111011 |
Color Harmonies of #CFB45E
Complementary color
Monochromatic Colors of #CFB45E
Black with #CFB45E
Text Example
Text Example
White with #CFB45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB45E; }
p { color: rgb(207,180,94); }
H1.HeaderClassName
{
color: #CFB45E;
}
.AnyTagClassName
{
color: #CFB45E;
}
</style>
background-color css
<style>
a { background-color: #CFB45E; }
a { background-color: rgb(207,180,94); }
div.DivClassName
{
background-color: #CFB45E;
}
.BgClassName
{
background-color: #CFB45E;
}
</style>
border-color css
<style>
span { border-color: #CFB45E; }
span { border-color: rgb(207,180,94); }
td.TdClassName
{
border-color: #CFB45E;
}
.TagClassName
{
border-color: #CFB45E;
}
</style>