Shades of Tacha #CFB868
Tints of Tacha #CFB868
RGB
CMYK
RGB Variations
Color information
#CFB868 (or 0xCFB868) is known color: Tacha. HEX triplet: CF, B8 and 68. RGB value is (207,184,104). Sum of RGB (Red+Green+Blue) = 207+184+104=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB868 is #304797. Grayscale: #B6B6B6. Windows color (decimal): -3164056 or 6863055. OLE color: 6863055.
HSL color Cylindrical-coordinate representation of color #CFB868: hue angle of 46.6º 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 #CFB868 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 104 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.19 |
| HSL | 46.6º | 0.52% | 0.61% | - |
| HSV(B) | 46.6º | 0.5% | 0.81% | - |
| XYZ | 45.37 | 48.55 | 20.08 | - |
| YUV | 181.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 104 | 0 | 0.11 | 0.50 | 0.19 | 46.6 | 0.52 | 0.61 |
| Hex | CF | B8 | 68 | 0 | B | 32 | 13 | 2F | 34 | 3D |
| Octal | 317 | 270 | 150 | 0 | 13 | 62 | 23 | 57 | 64 | 75 |
| Binary | 11001111 | 10111000 | 1101000 | 0 | 1011 | 110010 | 10011 | 101111 | 110100 | 111101 |
Color Harmonies of #CFB868
Complementary color
Monochromatic Colors of #CFB868
Black with #CFB868
Text Example
Text Example
White with #CFB868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB868; }
p { color: rgb(207,184,104); }
H1.HeaderClassName
{
color: #CFB868;
}
.AnyTagClassName
{
color: #CFB868;
}
</style>
background-color css
<style>
a { background-color: #CFB868; }
a { background-color: rgb(207,184,104); }
div.DivClassName
{
background-color: #CFB868;
}
.BgClassName
{
background-color: #CFB868;
}
</style>
border-color css
<style>
span { border-color: #CFB868; }
span { border-color: rgb(207,184,104); }
td.TdClassName
{
border-color: #CFB868;
}
.TagClassName
{
border-color: #CFB868;
}
</style>