Shades of Tacha #CFB466
Tints of Tacha #CFB466
RGB
CMYK
RGB Variations
Color information
#CFB466 (or 0xCFB466) is known color: Tacha. HEX triplet: CF, B4 and 66. RGB value is (207,180,102). Sum of RGB (Red+Green+Blue) = 207+180+102=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB466 is #304B99. Grayscale: #B3B3B3. Windows color (decimal): -3165082 or 6730959. OLE color: 6730959.
HSL color Cylindrical-coordinate representation of color #CFB466: hue angle of 44.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFB466 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 102 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.19 |
| HSL | 44.57º | 0.52% | 0.61% | - |
| HSV(B) | 44.57º | 0.51% | 0.81% | - |
| XYZ | 44.45 | 46.87 | 19.27 | - |
| YUV | 179.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 102 | 0 | 0.13 | 0.51 | 0.19 | 44.57 | 0.52 | 0.61 |
| Hex | CF | B4 | 66 | 0 | D | 33 | 13 | 2D | 34 | 3D |
| Octal | 317 | 264 | 146 | 0 | 15 | 63 | 23 | 55 | 64 | 75 |
| Binary | 11001111 | 10110100 | 1100110 | 0 | 1101 | 110011 | 10011 | 101101 | 110100 | 111101 |
Color Harmonies of #CFB466
Complementary color
Monochromatic Colors of #CFB466
Black with #CFB466
Text Example
Text Example
White with #CFB466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB466; }
p { color: rgb(207,180,102); }
H1.HeaderClassName
{
color: #CFB466;
}
.AnyTagClassName
{
color: #CFB466;
}
</style>
background-color css
<style>
a { background-color: #CFB466; }
a { background-color: rgb(207,180,102); }
div.DivClassName
{
background-color: #CFB466;
}
.BgClassName
{
background-color: #CFB466;
}
</style>
border-color css
<style>
span { border-color: #CFB466; }
span { border-color: rgb(207,180,102); }
td.TdClassName
{
border-color: #CFB466;
}
.TagClassName
{
border-color: #CFB466;
}
</style>