Shades of Tacha #CFB266
Tints of Tacha #CFB266
RGB
CMYK
RGB Variations
Color information
#CFB266 (or 0xCFB266) is known color: Tacha. HEX triplet: CF, B2 and 66. RGB value is (207,178,102). Sum of RGB (Red+Green+Blue) = 207+178+102=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB266 is #304D99. Grayscale: #B2B2B2. Windows color (decimal): -3165594 or 6730447. OLE color: 6730447.
HSL color Cylindrical-coordinate representation of color #CFB266: hue angle of 43.43º 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 #CFB266 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 102 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.19 |
| HSL | 43.43º | 0.52% | 0.61% | - |
| HSV(B) | 43.43º | 0.51% | 0.81% | - |
| XYZ | 44.05 | 46.07 | 19.14 | - |
| YUV | 178.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 102 | 0 | 0.14 | 0.51 | 0.19 | 43.43 | 0.52 | 0.61 |
| Hex | CF | B2 | 66 | 0 | E | 33 | 13 | 2B | 34 | 3D |
| Octal | 317 | 262 | 146 | 0 | 16 | 63 | 23 | 53 | 64 | 75 |
| Binary | 11001111 | 10110010 | 1100110 | 0 | 1110 | 110011 | 10011 | 101011 | 110100 | 111101 |
Color Harmonies of #CFB266
Complementary color
Monochromatic Colors of #CFB266
Black with #CFB266
Text Example
Text Example
White with #CFB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB266; }
p { color: rgb(207,178,102); }
H1.HeaderClassName
{
color: #CFB266;
}
.AnyTagClassName
{
color: #CFB266;
}
</style>
background-color css
<style>
a { background-color: #CFB266; }
a { background-color: rgb(207,178,102); }
div.DivClassName
{
background-color: #CFB266;
}
.BgClassName
{
background-color: #CFB266;
}
</style>
border-color css
<style>
span { border-color: #CFB266; }
span { border-color: rgb(207,178,102); }
td.TdClassName
{
border-color: #CFB266;
}
.TagClassName
{
border-color: #CFB266;
}
</style>