Shades of Tacha #CFBC67
Tints of Tacha #CFBC67
RGB
CMYK
RGB Variations
Color information
#CFBC67 (or 0xCFBC67) is known color: Tacha. HEX triplet: CF, BC and 67. RGB value is (207,188,103). Sum of RGB (Red+Green+Blue) = 207+188+103=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 103 (40.62% from 255 or 20.68% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC67 is #304398. Grayscale: #B8B8B8. Windows color (decimal): -3163033 or 6798543. OLE color: 6798543.
HSL color Cylindrical-coordinate representation of color #CFBC67: hue angle of 49.04º 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 #CFBC67 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 103 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.19 |
| HSL | 49.04º | 0.52% | 0.61% | - |
| HSV(B) | 49.04º | 0.5% | 0.81% | - |
| XYZ | 46.16 | 50.21 | 20.09 | - |
| YUV | 183.99 | 82.29 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 103 | 0 | 0.09 | 0.50 | 0.19 | 49.04 | 0.52 | 0.61 |
| Hex | CF | BC | 67 | 0 | 9 | 32 | 13 | 31 | 34 | 3D |
| Octal | 317 | 274 | 147 | 0 | 11 | 62 | 23 | 61 | 64 | 75 |
| Binary | 11001111 | 10111100 | 1100111 | 0 | 1001 | 110010 | 10011 | 110001 | 110100 | 111101 |
Color Harmonies of #CFBC67
Complementary color
Monochromatic Colors of #CFBC67
Black with #CFBC67
Text Example
Text Example
White with #CFBC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC67; }
p { color: rgb(207,188,103); }
H1.HeaderClassName
{
color: #CFBC67;
}
.AnyTagClassName
{
color: #CFBC67;
}
</style>
background-color css
<style>
a { background-color: #CFBC67; }
a { background-color: rgb(207,188,103); }
div.DivClassName
{
background-color: #CFBC67;
}
.BgClassName
{
background-color: #CFBC67;
}
</style>
border-color css
<style>
span { border-color: #CFBC67; }
span { border-color: rgb(207,188,103); }
td.TdClassName
{
border-color: #CFBC67;
}
.TagClassName
{
border-color: #CFBC67;
}
</style>