Shades of Tacha #CFB468
Tints of Tacha #CFB468
RGB
CMYK
RGB Variations
Color information
#CFB468 (or 0xCFB468) is known color: Tacha. HEX triplet: CF, B4 and 68. RGB value is (207,180,104). Sum of RGB (Red+Green+Blue) = 207+180+104=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB468 is #304B97. Grayscale: #B3B3B3. Windows color (decimal): -3165080 or 6862031. OLE color: 6862031.
HSL color Cylindrical-coordinate representation of color #CFB468: hue angle of 44.27º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFB468 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 104 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.19 |
| HSL | 44.27º | 0.52% | 0.61% | - |
| HSV(B) | 44.27º | 0.5% | 0.81% | - |
| XYZ | 44.55 | 46.91 | 19.8 | - |
| YUV | 179.41 | 85.45 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 104 | 0 | 0.13 | 0.50 | 0.19 | 44.27 | 0.52 | 0.61 |
| Hex | CF | B4 | 68 | 0 | D | 32 | 13 | 2C | 34 | 3D |
| Octal | 317 | 264 | 150 | 0 | 15 | 62 | 23 | 54 | 64 | 75 |
| Binary | 11001111 | 10110100 | 1101000 | 0 | 1101 | 110010 | 10011 | 101100 | 110100 | 111101 |
Color Harmonies of #CFB468
Complementary color
Monochromatic Colors of #CFB468
Black with #CFB468
Text Example
Text Example
White with #CFB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB468; }
p { color: rgb(207,180,104); }
H1.HeaderClassName
{
color: #CFB468;
}
.AnyTagClassName
{
color: #CFB468;
}
</style>
background-color css
<style>
a { background-color: #CFB468; }
a { background-color: rgb(207,180,104); }
div.DivClassName
{
background-color: #CFB468;
}
.BgClassName
{
background-color: #CFB468;
}
</style>
border-color css
<style>
span { border-color: #CFB468; }
span { border-color: rgb(207,180,104); }
td.TdClassName
{
border-color: #CFB468;
}
.TagClassName
{
border-color: #CFB468;
}
</style>