Shades of Tacha #CFB666
Tints of Tacha #CFB666
RGB
CMYK
RGB Variations
Color information
#CFB666 (or 0xCFB666) is known color: Tacha. HEX triplet: CF, B6 and 66. RGB value is (207,182,102). Sum of RGB (Red+Green+Blue) = 207+182+102=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB666 is #304999. Grayscale: #B4B4B4. Windows color (decimal): -3164570 or 6731471. OLE color: 6731471.
HSL color Cylindrical-coordinate representation of color #CFB666: hue angle of 45.71º 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 #CFB666 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 102 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.19 |
| HSL | 45.71º | 0.52% | 0.61% | - |
| HSV(B) | 45.71º | 0.51% | 0.81% | - |
| XYZ | 44.86 | 47.68 | 19.41 | - |
| YUV | 180.36 | 83.78 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 102 | 0 | 0.12 | 0.51 | 0.19 | 45.71 | 0.52 | 0.61 |
| Hex | CF | B6 | 66 | 0 | C | 33 | 13 | 2E | 34 | 3D |
| Octal | 317 | 266 | 146 | 0 | 14 | 63 | 23 | 56 | 64 | 75 |
| Binary | 11001111 | 10110110 | 1100110 | 0 | 1100 | 110011 | 10011 | 101110 | 110100 | 111101 |
Color Harmonies of #CFB666
Complementary color
Monochromatic Colors of #CFB666
Black with #CFB666
Text Example
Text Example
White with #CFB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB666; }
p { color: rgb(207,182,102); }
H1.HeaderClassName
{
color: #CFB666;
}
.AnyTagClassName
{
color: #CFB666;
}
</style>
background-color css
<style>
a { background-color: #CFB666; }
a { background-color: rgb(207,182,102); }
div.DivClassName
{
background-color: #CFB666;
}
.BgClassName
{
background-color: #CFB666;
}
</style>
border-color css
<style>
span { border-color: #CFB666; }
span { border-color: rgb(207,182,102); }
td.TdClassName
{
border-color: #CFB666;
}
.TagClassName
{
border-color: #CFB666;
}
</style>