Shades of Tacha #CFBC68
Tints of Tacha #CFBC68
RGB
CMYK
RGB Variations
Color information
#CFBC68 (or 0xCFBC68) is known color: Tacha. HEX triplet: CF, BC and 68. RGB value is (207,188,104). Sum of RGB (Red+Green+Blue) = 207+188+104=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC68 is #304397. Grayscale: #B8B8B8. Windows color (decimal): -3163032 or 6864079. OLE color: 6864079.
HSL color Cylindrical-coordinate representation of color #CFBC68: hue angle of 48.93º 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 #CFBC68 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 104 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.19 |
| HSL | 48.93º | 0.52% | 0.61% | - |
| HSV(B) | 48.93º | 0.5% | 0.81% | - |
| XYZ | 46.21 | 50.23 | 20.36 | - |
| YUV | 184.11 | 82.79 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 104 | 0 | 0.09 | 0.50 | 0.19 | 48.93 | 0.52 | 0.61 |
| Hex | CF | BC | 68 | 0 | 9 | 32 | 13 | 31 | 34 | 3D |
| Octal | 317 | 274 | 150 | 0 | 11 | 62 | 23 | 61 | 64 | 75 |
| Binary | 11001111 | 10111100 | 1101000 | 0 | 1001 | 110010 | 10011 | 110001 | 110100 | 111101 |
Color Harmonies of #CFBC68
Complementary color
Monochromatic Colors of #CFBC68
Black with #CFBC68
Text Example
Text Example
White with #CFBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC68; }
p { color: rgb(207,188,104); }
H1.HeaderClassName
{
color: #CFBC68;
}
.AnyTagClassName
{
color: #CFBC68;
}
</style>
background-color css
<style>
a { background-color: #CFBC68; }
a { background-color: rgb(207,188,104); }
div.DivClassName
{
background-color: #CFBC68;
}
.BgClassName
{
background-color: #CFBC68;
}
</style>
border-color css
<style>
span { border-color: #CFBC68; }
span { border-color: rgb(207,188,104); }
td.TdClassName
{
border-color: #CFBC68;
}
.TagClassName
{
border-color: #CFBC68;
}
</style>