Shades of Tacha #CFBF50
Tints of Tacha #CFBF50
RGB
CMYK
RGB Variations
Color information
#CFBF50 (or 0xCFBF50) is known color: Tacha. HEX triplet: CF, BF and 50. RGB value is (207,191,80). Sum of RGB (Red+Green+Blue) = 207+191+80=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBF50 is #3040AF. Grayscale: #B7B7B7. Windows color (decimal): -3162288 or 5291983. OLE color: 5291983.
HSL color Cylindrical-coordinate representation of color #CFBF50: hue angle of 52.44º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFBF50 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 80 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.19 |
| HSL | 52.44º | 0.57% | 0.56% | - |
| HSV(B) | 52.44º | 0.61% | 0.81% | - |
| XYZ | 45.81 | 51.11 | 15.04 | - |
| YUV | 183.13 | 69.8 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 80 | 0 | 0.08 | 0.61 | 0.19 | 52.44 | 0.57 | 0.56 |
| Hex | CF | BF | 50 | 0 | 8 | 3D | 13 | 34 | 39 | 38 |
| Octal | 317 | 277 | 120 | 0 | 10 | 75 | 23 | 64 | 71 | 70 |
| Binary | 11001111 | 10111111 | 1010000 | 0 | 1000 | 111101 | 10011 | 110100 | 111001 | 111000 |
Color Harmonies of #CFBF50
Complementary color
Monochromatic Colors of #CFBF50
Black with #CFBF50
Text Example
Text Example
White with #CFBF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF50; }
p { color: rgb(207,191,80); }
H1.HeaderClassName
{
color: #CFBF50;
}
.AnyTagClassName
{
color: #CFBF50;
}
</style>
background-color css
<style>
a { background-color: #CFBF50; }
a { background-color: rgb(207,191,80); }
div.DivClassName
{
background-color: #CFBF50;
}
.BgClassName
{
background-color: #CFBF50;
}
</style>
border-color css
<style>
span { border-color: #CFBF50; }
span { border-color: rgb(207,191,80); }
td.TdClassName
{
border-color: #CFBF50;
}
.TagClassName
{
border-color: #CFBF50;
}
</style>