Shades of Tacha #CFBC5A
Tints of Tacha #CFBC5A
RGB
CMYK
RGB Variations
Color information
#CFBC5A (or 0xCFBC5A) is known color: Tacha. HEX triplet: CF, BC and 5A. RGB value is (207,188,90). Sum of RGB (Red+Green+Blue) = 207+188+90=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC5A is #3043A5. Grayscale: #B6B6B6. Windows color (decimal): -3163046 or 5946575. OLE color: 5946575.
HSL color Cylindrical-coordinate representation of color #CFBC5A: hue angle of 50.26º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFBC5A is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 90 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.19 |
| HSL | 50.26º | 0.55% | 0.58% | - |
| HSV(B) | 50.26º | 0.57% | 0.81% | - |
| XYZ | 45.56 | 49.97 | 16.92 | - |
| YUV | 182.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 90 | 0 | 0.09 | 0.57 | 0.19 | 50.26 | 0.55 | 0.58 |
| Hex | CF | BC | 5A | 0 | 9 | 39 | 13 | 32 | 37 | 3A |
| Octal | 317 | 274 | 132 | 0 | 11 | 71 | 23 | 62 | 67 | 72 |
| Binary | 11001111 | 10111100 | 1011010 | 0 | 1001 | 111001 | 10011 | 110010 | 110111 | 111010 |
Color Harmonies of #CFBC5A
Complementary color
Monochromatic Colors of #CFBC5A
Black with #CFBC5A
Text Example
Text Example
White with #CFBC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC5A; }
p { color: rgb(207,188,90); }
H1.HeaderClassName
{
color: #CFBC5A;
}
.AnyTagClassName
{
color: #CFBC5A;
}
</style>
background-color css
<style>
a { background-color: #CFBC5A; }
a { background-color: rgb(207,188,90); }
div.DivClassName
{
background-color: #CFBC5A;
}
.BgClassName
{
background-color: #CFBC5A;
}
</style>
border-color css
<style>
span { border-color: #CFBC5A; }
span { border-color: rgb(207,188,90); }
td.TdClassName
{
border-color: #CFBC5A;
}
.TagClassName
{
border-color: #CFBC5A;
}
</style>