Shades of Tacha #CFBC63
Tints of Tacha #CFBC63
RGB
CMYK
RGB Variations
Color information
#CFBC63 (or 0xCFBC63) is known color: Tacha. HEX triplet: CF, BC and 63. RGB value is (207,188,99). Sum of RGB (Red+Green+Blue) = 207+188+99=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC63 is #30439C. Grayscale: #B7B7B7. Windows color (decimal): -3163037 or 6536399. OLE color: 6536399.
HSL color Cylindrical-coordinate representation of color #CFBC63: hue angle of 49.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFBC63 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 99 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.19 |
| HSL | 49.44º | 0.53% | 0.6% | - |
| HSV(B) | 49.44º | 0.52% | 0.81% | - |
| XYZ | 45.97 | 50.13 | 19.06 | - |
| YUV | 183.54 | 80.29 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 99 | 0 | 0.09 | 0.52 | 0.19 | 49.44 | 0.53 | 0.6 |
| Hex | CF | BC | 63 | 0 | 9 | 34 | 13 | 31 | 35 | 3C |
| Octal | 317 | 274 | 143 | 0 | 11 | 64 | 23 | 61 | 65 | 74 |
| Binary | 11001111 | 10111100 | 1100011 | 0 | 1001 | 110100 | 10011 | 110001 | 110101 | 111100 |
Color Harmonies of #CFBC63
Complementary color
Monochromatic Colors of #CFBC63
Black with #CFBC63
Text Example
Text Example
White with #CFBC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC63; }
p { color: rgb(207,188,99); }
H1.HeaderClassName
{
color: #CFBC63;
}
.AnyTagClassName
{
color: #CFBC63;
}
</style>
background-color css
<style>
a { background-color: #CFBC63; }
a { background-color: rgb(207,188,99); }
div.DivClassName
{
background-color: #CFBC63;
}
.BgClassName
{
background-color: #CFBC63;
}
</style>
border-color css
<style>
span { border-color: #CFBC63; }
span { border-color: rgb(207,188,99); }
td.TdClassName
{
border-color: #CFBC63;
}
.TagClassName
{
border-color: #CFBC63;
}
</style>